beremiz
Clone
Summary
Browse
Changes
Graph
AbsDir fix
python3
2022-10-28, GP Orcullo
7270e7e092f8
Parents
f713566d5d01
Children
479ba844ded8
AbsDir fix
1 files changed, 0 insertions(+), 1 deletions(-)
+0
-1
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))