Skip to content

Commit

Permalink
deleting variable from environment
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelArbel committed Dec 2, 2024
1 parent 47366e3 commit 963c85d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mlxp/mlxpsub.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ def run_python_script(bash_cmd, bash_script_name, scheduler_file_name):
sys.stderr.write("{0}: command not found\n".format(bash_cmd))
else:
print(code)

# print(process_output)
del os.environ[scheduler_env_var]


def mlxpsub():
Expand Down

0 comments on commit 963c85d

Please sign in to comment.