mirror of
https://github.com/LCPQ/EMSL_Basis_Set_Exchange_Local
synced 2025-01-03 01:55:54 +01:00
Tabs -> spaces
This commit is contained in:
parent
5333a476b4
commit
2c176d1053
@ -58,10 +58,10 @@ if __name__ == '__main__':
|
|||||||
db_path = arguments["--db_path"]
|
db_path = arguments["--db_path"]
|
||||||
db_dump_path = None
|
db_dump_path = None
|
||||||
elif arguments["--db_dump_path"]:
|
elif arguments["--db_dump_path"]:
|
||||||
db_path = None
|
db_path = None
|
||||||
db_dump_path = arguments["--db_dump_path"]
|
db_dump_path = arguments["--db_dump_path"]
|
||||||
else:
|
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/GAMESS-US.dump")
|
||||||
db_path = None
|
db_path = None
|
||||||
# db_path = os.path.join(os.path.dirname(os.path.realpath(__file__)),
|
# db_path = os.path.join(os.path.dirname(os.path.realpath(__file__)),
|
||||||
|
Loading…
Reference in New Issue
Block a user