Open phockett opened 4 years ago
Better handling of Zenodo search:
Multipart zip handling.
Fix issue with archive checks - currently leaves dirs unmatched.
E.g.:
***Checking archive: /mnt/Store/epsmanTests/CH3I/pkg/CH3I_1-60eV_orb13_E.zip Found 492 on remote. Local list length 492. Difference: 0 File differences: CH3I_1-60eV/orb13_E_idy CH3I_1-60eV/orb13_E_waveFn
NOTE that ordering also matters here, which it shouldn't.
localListRel, archFiles, fileComp, result = job.checkArchFiles(key = 0, verbose = True)
list(set(archFiles) - set(localListRel))
list(set(localListRel) - set(archFiles))
Self-check for repo upload completion, or set a flag.
Fix issue with HTML path defns, see https://github.com/phockett/ePSdata/issues/3
To add: