Skip to content
Snippets Groups Projects

WS-601: fixing potential sites of UnboundLocalError

Merged Janet Goldstein requested to merge WS-601-fix-ref-before-assign-err into main
1 unresolved thread
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -16,8 +16,6 @@ WEBLOG_FILENAME = "weblog.tgz"
SCIENCE_PRODUCT_PATTERN = re.compile("[a-zA-Z0-9._\\-+]*\\.tar")
JSON = Union[int, float, str, List["JSON"], Dict[str, "JSON"]]
print()
class IngestionManifestKey(Enum):
"""Sections we expect to see in a manifest"""
Loading