Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions PyOphidia/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,8 +518,6 @@ def wsubmit(self, workflow, *params):
except Exception as e:
print(get_linenumber(), "Something went wrong in parsing the string:", e)
return None
del os.path
del re
if self.session and 'sessionid' not in request:
request['sessionid'] = self.session
if self.cwd and 'cwd' not in request:
Expand Down