You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Having the following error for converting cl51 data.
`Traceback (most recent call last):
File "/home/sourav/anaconda3/bin/cl2nc", line 240, in read_input
d.update(line0(line))
File "/home/sourav/anaconda3/bin/cl2nc", line 51, in line0
if m is None: raise Exception('Invalid syntax for time format')
Exception: Invalid syntax for time format
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/sourav/anaconda3/bin/cl2nc", line 478, in
'check': args.check
File "/home/sourav/anaconda3/bin/cl2nc", line 275, in read_input
raise Exception('Error on line %d: %s: %s' % (line_number, e, line))
Exception: Error on line 4: Invalid syntax for time format: �CL010326�
`
Any suggestion?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
Having the following error for converting cl51 data.
`Traceback (most recent call last):
File "/home/sourav/anaconda3/bin/cl2nc", line 240, in read_input
d.update(line0(line))
File "/home/sourav/anaconda3/bin/cl2nc", line 51, in line0
if m is None: raise Exception('Invalid syntax for time format')
Exception: Invalid syntax for time format
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/sourav/anaconda3/bin/cl2nc", line 478, in
'check': args.check
File "/home/sourav/anaconda3/bin/cl2nc", line 275, in read_input
raise Exception('Error on line %d: %s: %s' % (line_number, e, line))
Exception: Error on line 4: Invalid syntax for time format: �CL010326�
`
Any suggestion?
Thanks in advance
The text was updated successfully, but these errors were encountered: