Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Nov 16, 2020
1 parent 575e9fd commit b636d46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rkd/taskutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ def py(self, code: str = '', become: str = None, capture: bool = False,
os.environ['RKD_CTX_PY_PATH'] = ":".join(reversed(sys.path))

if not capture:
# noinspection PyTypeChecker
check_call(cmd + ' ' + arguments, script_to_show=code)
os.unlink(py_temp_file.name) if py_temp_file else None
return
Expand Down

0 comments on commit b636d46

Please sign in to comment.