Skip to content

Commit

Permalink
remove startup warning Found file *.metta relative to the current wor…
Browse files Browse the repository at this point in the history
…king directory.
  • Loading branch information
TeamSPoon committed Aug 28, 2024
1 parent 35cfd9f commit 1a2e0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mettalog
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ STDIO_OPTIONS=()
set_io_flags STDIO_OPTIONS

# Generate the final command
METTA_CMD="$MLOG -- --python=$python_flag ${PRE_METTALOG_OPTIONS[*]} ${METTALOG_OPTIONS[*]} ${METTALOG_OPTIONS_LAST[*]} ${STDIO_OPTIONS[*]}"
METTA_CMD="$MLOG -- --python=$python_flag -- ${PRE_METTALOG_OPTIONS[*]} ${METTALOG_OPTIONS[*]} ${METTALOG_OPTIONS_LAST[*]} ${STDIO_OPTIONS[*]}"


OS=$(uname)
Expand Down

0 comments on commit 1a2e0b9

Please sign in to comment.