10
0
mirror of https://github.com/LCPQ/EMSL_Basis_Set_Exchange_Local synced 2024-08-24 21:41:44 +02:00

Tabs -> spaces

This commit is contained in:
Anthony Scemama 2018-07-27 15:08:50 +02:00
parent 5333a476b4
commit 2c176d1053

View File

@ -58,10 +58,10 @@ if __name__ == '__main__':
db_path = arguments["--db_path"]
db_dump_path = None
elif arguments["--db_dump_path"]:
db_path = None
db_dump_path = arguments["--db_dump_path"]
db_path = None
db_dump_path = arguments["--db_dump_path"]
else:
db_dump_path = os.path.join(os.path.dirname(os.path.realpath(__file__)),
db_dump_path = os.path.join(os.path.dirname(os.path.realpath(__file__)),
"db/GAMESS-US.dump")
db_path = None
# db_path = os.path.join(os.path.dirname(os.path.realpath(__file__)),