posting alt files to RS only posts odd-indexed files in list
mcampos-quinn opened this issue · 1 comments
mcampos-quinn commented
something in resourcespaceFunctions.py is making the POST of alt files only grab every other filepath in the list of coolItems.
for _file in coolItems:
something in this iteration is borked.
mcampos-quinn commented
changed the alt file iteration to a while
loop. the loop only break
s on an error now, so I need to find a better way to handle errors. currently it will fail silently (ie not post an alt file to the rs record) if there is an error with some particular file, path, server error, etc.