diff --git a/PyOphidia/client.py b/PyOphidia/client.py index b845865..c144b03 100644 --- a/PyOphidia/client.py +++ b/PyOphidia/client.py @@ -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: