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))