AbsDir fix python3
authorGP Orcullo <kinsamanka@gmail.com>
Fri, 28 Oct 2022 17:08:27 +0800
branchpython3
changeset 3760 7270e7e092f8
parent 3759 f713566d5d01
child 3761 479ba844ded8
AbsDir fix
util/paths.py
--- 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))