We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ffcddd commit ddc0c6cCopy full SHA for ddc0c6c
1 file changed
test/testwrap.py
@@ -61,7 +61,7 @@ class SubmitBase(unittest.TestCase):
61
def setUp(self):
62
self.jt = jt = Session.createJobTemplate()
63
jt.remoteCommand = 'python'
64
- jt.args = ['-c', "print 'hello from python!'"]
+ jt.args = ['-c', "print('hello from python!')"]
65
if hasattr(self, 'jt_tweaks'):
66
self.jt_tweaks()
67
self.jid = Session.runJob(jt)
0 commit comments