We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe96f5c commit dea5d13Copy full SHA for dea5d13
workflow_ESPO-G.py
@@ -37,7 +37,7 @@
37
from utils import save_move_update,move_then_delete
38
39
# Load configuration
40
-load_config('configuration/paths_ESPO-G_jarre.yml', 'configuration/config_ESPO-G.yml', verbose=(__name__ == '__main__'), reset=True)
+load_config('configuration/paths_ESPO-G.yml', 'configuration/config_ESPO-G.yml', verbose=(__name__ == '__main__'), reset=True)
41
logger = logging.getLogger('xscen')
42
43
workdir = Path(CONFIG['paths']['workdir'])
0 commit comments