Skip to content

Commit

Permalink
fixed command line error #5
Browse files Browse the repository at this point in the history
  • Loading branch information
Anof-cyber committed Jul 3, 2024
1 parent 2cc4c25 commit 89d13b3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pycript/execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,8 @@ def execute_command(selectedlang, path, data, headervalue=None):
if path.endswith(".jar"):
command.extend(["-jar"])


command.extend(['"' + path + '"',"-d", temp_file_path])

#if headervalue is not None:
# command.extend(["-h", headervalue])

command_str = ' '.join(command)
logerrors("$ " + command_str)

Expand Down

0 comments on commit 89d13b3

Please sign in to comment.