Fix get_path_file call

This commit is contained in:
Andrew Case
2018-11-08 00:19:17 +00:00
committed by ikelos
parent 6254538371
commit b868f41c95
+1 -1
View File
@@ -255,7 +255,7 @@ class LinuxUtilities(object):
pre_name = "pipe"
elif sym == "simple_dname":
pre_name = self._get_path_file(filp)
pre_name = cls._get_path_file(task, filp)
else:
pre_name = "<unsupported d_op symbol: {0}>".format(sym)