Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Should fix: ``` Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/local/lib/python3.7/site-packages/galaxy/util/compression_utils.py", line 114, in extract common_prefix_dir = self.common_prefix_dir File "/usr/local/lib/python3.7/site-packages/galaxy/util/compression_utils.py", line 103, in common_prefix_dir if len(common_prefix) >= 1 and not common_prefix.endswith(os.sep) and self.isdir(self.getmember(common_prefix)) \ File "/usr/local/lib/python3.7/site-packages/galaxy/util/compression_utils.py", line 186, in isdir return getattr(self, 'isdir_%s' % self.type)(member) File "/usr/local/lib/python3.7/site-packages/galaxy/util/compression_utils.py", line 189, in isdir_tar return member.isdir() AttributeError: 'NoneType' object has no attribute 'isdir' ``` seen on usegalaxy.eu with https://www.ncbi.nlm.nih.gov/geo/download/?acc=GSE176031&format=file
- Loading branch information