Properly use expeption type

This commit is contained in:
Andrew Case
2018-11-08 00:19:17 +00:00
committed by ikelos
parent a015e69b84
commit 6254538371
+1 -1
View File
@@ -174,7 +174,7 @@ class LinuxUtilities(object):
try:
rdentry.validate()
dentry.validate()
except InvalidDataException:
except exceptions.InvalidDataException:
return ""
ret_path = [] # type: typing.List[str]