Skip to content

Commit

Permalink
Fixed missing quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChymera committed Aug 17, 2023
1 parent 6422ecd commit 054e48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Events/dev_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ then
trap cleanup EXIT
python -c "from Events import predefined_events; predefined_events.send_events()" &> /dev/null
else
python -c "from Events import conveyor; conveyor.convey(check_delay=${DEBUG}, log_file=${LOG_FILE})"
python -c "from Events import conveyor; conveyor.convey(check_delay=${DEBUG}, log_file=\"${LOG_FILE}\")"
fi
popd

0 comments on commit 054e48d

Please sign in to comment.