Empty set upload fix for copy-absolutes
In order to avoid uploading empty sets, I added a try statement to create_reading_metadata because if the set is empty it will fail, and I added not None requirement to metadata upload function.
In order to avoid uploading empty sets, I added a try statement to create_reading_metadata because if the set is empty it will fail, and I added not None requirement to metadata upload function.