Closed tashrifbillah closed 6 years ago
I fixed the following issue. Now that our environment is python36, the above error doesn't happen anymore. Help message is showing correctly.
(pnlpipe3) [tb571@pnl-z840-2 pnlscripts]$ ./dwi_motion_estimate_flirt.py -h
File "./dwi_motion_estimate_flirt.py", line 154
action='store_true', required=False)
^
SyntaxError: invalid syntax
(There was a comma missing)
Looks like we ignored this resorting to Python 3. So, I guess we shall point Ofer to Python 3 other than trying to fix the headline issue.
It might be an incompatibility between Python 2 and 3.