Skip to content

Commit 0a3d090

Browse files
authored
Remove stray $ character from logging message. NFC (emscripten-core#22183)
Here I use the JS syntax by mistake.
1 parent 2df5d9e commit 0a3d090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def init():
301301
sys.exit(0)
302302

303303
if os.path.isfile(EM_CONFIG):
304-
logger.debug(f'using config file: ${EM_CONFIG}')
304+
logger.debug(f'using config file: {EM_CONFIG}')
305305
else:
306306
logger.debug('config file not found; using default config')
307307

0 commit comments

Comments
 (0)