WS-601: fixing potential sites of UnboundLocalError
1 unresolved thread
1 unresolved thread
-
fixed a couple potential (one actual) sites of UnboundLocalError
-
turned a few magic strings into constants
Merge request reports
Activity
16 16 SCIENCE_PRODUCT_PATTERN = re.compile("[a-zA-Z0-9._\\-+]*\\.tar") 17 17 JSON = Union[int, float, str, List["JSON"], Dict[str, "JSON"]] 18 18 19 print() 20 changed this line in version 2 of the diff
added 1 commit
- 59410d9e - WS-601: removed unneeded `print()` that was added to trigger a SonarLint scan
Please register or sign in to reply