We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc8b7d commit b4896bcCopy full SHA for b4896bc
lib/galaxy/objectstore/azure_blob.py
@@ -18,7 +18,7 @@
18
19
try:
20
from azure.storage import CloudStorageAccount
21
- from azure.storage.blob import BlockBlobService, PublicAccess
+ from azure.storage.blob import BlockBlobService
22
from azure.common import AzureHttpError
23
except ImportError:
24
BlockBlobService = None
@@ -79,7 +79,6 @@ def _parse_config_xml(self, config_xml):
79
log.debug("Object cache dir: %s", self.staging_path)
80
log.debug(" job work dir: %s", self.extra_dirs['job_work'])
81
82
-
83
except Exception:
84
# Toss it back up after logging, we can't continue loading at this point.
85
log.exception("Malformed ObjectStore Configuration XML -- unable to continue")
0 commit comments