Skip to content

Commit

Permalink
fix(rust): remove argument correction debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed May 7, 2024
1 parent 44184f1 commit 1806652
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions earthly/rust/scripts/std_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,7 @@ def main():
processed_args[-1] = processed_args[-1].replace('"', '')
else:
processed_args.append(arg)

print("Processed args:"+str(processed_args))

# Replace sys.argv with the processed arguments
sys.argv = [sys.argv[0]] + processed_args

Expand Down

0 comments on commit 1806652

Please sign in to comment.