mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-03-26 05:19:05 +00:00
Merge branch 'dev' into prcix9320
This commit is contained in:
@@ -144,5 +144,5 @@ def load_config(config_path=None):
|
||||
traceback.print_exc()
|
||||
exit(1)
|
||||
else:
|
||||
config_path = os.path.join(os.path.dirname(__file__), "local_config.py")
|
||||
config_path = os.path.join(os.path.dirname(__file__), "example_config.py")
|
||||
load_config(config_path)
|
||||
|
||||
Reference in New Issue
Block a user