Skip to content

Commit ba47b60

Browse files
authored
Enable debug option (#517)
1 parent 9e99522 commit ba47b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefiles/Makefile.local

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ local_configs:
4848

4949
.PHONY: launch.local
5050
launch.local:
51-
poetry run python runner.py ${CFG_PATH} ${if ${LOAD_CONFIG_HISTORY},--load-config-history} ${if ${PORT},--port ${PORT}}
51+
poetry run python runner.py ${CFG_PATH} ${if ${LOAD_CONFIG_HISTORY},--load-config-history} ${if ${PORT},--port ${PORT}} ${if ${DEBUG},--debug}
5252

5353
.PHONY: clean
5454
clean:

0 commit comments

Comments
 (0)