We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e99522 commit ba47b60Copy full SHA for ba47b60
makefiles/Makefile.local
@@ -48,7 +48,7 @@ local_configs:
48
49
.PHONY: launch.local
50
launch.local:
51
- poetry run python runner.py ${CFG_PATH} ${if ${LOAD_CONFIG_HISTORY},--load-config-history} ${if ${PORT},--port ${PORT}}
+ poetry run python runner.py ${CFG_PATH} ${if ${LOAD_CONFIG_HISTORY},--load-config-history} ${if ${PORT},--port ${PORT}} ${if ${DEBUG},--debug}
52
53
.PHONY: clean
54
clean:
0 commit comments