# HG changeset patch
# User GP Orcullo <kinsamanka@gmail.com>
# Date 1666948107 -28800
# Node ID 7270e7e092f80121c18c0eb513fcff77441803da
# Parent  f713566d5d013964055cfcf1100f00b81135c461
AbsDir fix

diff -r f713566d5d01 -r 7270e7e092f8 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))