Skip to content
Snippets Groups Projects
Commit 452c22d3 authored by Peters, Wouter's avatar Peters, Wouter
Browse files

made an error on GetMyID()

parent 19b5a44d
Branches
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ class JetPlatForm(PlatForm):
return os.environ['JOB_ID']
def UnsuspendCommand(self):
return 'qmod -usj %s'%(self.GetMyID)
return 'qmod -usj %s'%(self.GetMyID())
def SuspendJob(self):
""" Method suspends the running job"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment