From a911ff77e05a993c75131f178b0c8aa181865beb Mon Sep 17 00:00:00 2001 From: aguinaldo92 Date: Wed, 23 Aug 2017 11:27:07 +0200 Subject: [PATCH] Update client.py Removed "del os.path" and "del re" because if os.path is removed, it can break other applications using os.path --- PyOphidia/client.py | 2 -- 1 file changed, 2 deletions(-) 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: