fix stuff

This commit is contained in:
Dengke Tang
2023-02-25 00:10:35 -08:00
parent d780f51fb4
commit d296e61f23
2 changed files with 2 additions and 11 deletions
-9
View File
@@ -1,9 +0,0 @@
import os
# get the absolute path of the script file
script_path = os.path.abspath(__file__)
# get the directory of the script file
script_dir = os.path.dirname(script_path)
print("Directory of the script file:", script_dir)