util/paths.py
branchpython3
changeset 3760 7270e7e092f8
parent 3752 9f6f46dbe3ae
--- a/util/paths.py	Fri Oct 28 17:01:10 2022 +0800
+++ b/util/paths.py	Fri Oct 28 17:08:27 2022 +0800
@@ -33,7 +33,6 @@
 
 
 def AbsDir(file):
-    file = AbsFile(file)
     return os.path.dirname(os.path.realpath(file))