Skip to content

Commit

Permalink
🐛 fixed deep5050#16
Browse files Browse the repository at this point in the history
  • Loading branch information
deep5050 committed Dec 18, 2020
1 parent 6a295ed commit c2e8e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def prepare_command():
command = command + " --check-library"

if SKIP_PREPROCESSOR == "enable":
command = command + " --E"
command = command + " -E"

enable_val = "all" # default fallback value

Expand Down

0 comments on commit c2e8e50

Please sign in to comment.