Given that I'm then pasting this text into Terminal sessions, causing issues such as: -
wsadmin>AdminTask.registerWithJobManager('[-host rhel6.uk.ibm.com -port 9943 -user jobadmin -password passw0rd]')
Traceback (innermost last):
(no code object) at line 0
File "<input>", line 1
AdminTask.registerWithJobManager('[-host rhel6.uk.ibm.com -port 9943 -user jobadmin -password passw0rd]')
^
SyntaxError: Lexical error at line 1, column 34. Encountered: "\u2018" (8216), after : ""
Traceback (innermost last):
(no code object) at line 0
File "<input>", line 1
AdminTask.registerWithJobManager('[-host rhel6.uk.ibm.com -port 9943 -user jobadmin -password passw0rd]')
^
SyntaxError: Lexical error at line 1, column 34. Encountered: "\u2018" (8216), after : ""
Thankfully, this blog post came to my rescue: -
Thanks to Scott Shaffer for his help :-)
No comments:
Post a Comment