beremiz

AbsDir fix
python3
2022-10-28, GP Orcullo
7270e7e092f8
Parents f713566d5d01
Children 479ba844ded8
AbsDir fix
--- 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))