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
Traceback (most recent call last):
File "/net/nfs1/public/EM/Scipion/scipion-dev/scipion-pyworkflow/pyworkflow/apps/pw_sync_data.py", line 422, in <module>
main()
File "/net/nfs1/public/EM/Scipion/scipion-dev/scipion-pyworkflow/pyworkflow/apps/pw_sync_data.py", line 98, in main
update(dataset, url=args.url, verbose=args.verbose)
File "/net/nfs1/public/EM/Scipion/scipion-dev/scipion-pyworkflow/pyworkflow/apps/pw_sync_data.py", line 305, in update
md5sLocal = dict(x.strip().split() for x in open(join(datasetFolder, 'MANIFEST')))
ValueError: dictionary update sequence element #0 has length 1; 2 is required
I think we should check if the file contains at least a string with two columns.
The text was updated successfully, but these errors were encountered:
Sometimes due to network/download issues the MANIFESt file gets corrupted and either become empty or contain one single line of all files:
In this case running a test throws:
I think we should check if the file contains at least a string with two columns.
The text was updated successfully, but these errors were encountered: