Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgarde committed Oct 23, 2023
1 parent 2e5015c commit 324e6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podaac/swodlr_ingest_to_sds/poll_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
SUCCESS_STATUSES = {'job-completed'}
FAIL_STATUSES = {'job-failed', 'job-offline', 'job-deduped'}
PRODUCT_REGEX = re.compile(
r'_(?P<product>PIXC(Vec)?)_(?P<cycle>\d{3})_(?P<pass>\d{3})_(?P<tile>\d{3})(?P<direction>(R|L))_' # noqa: E501
r'_(?P<product>PIXC(Vec)?)_(?P<cycle>\d{3})_(?P<pass>\d{3})_(?P<tile>\d{3})(?P<direction>(R|L))_' # pylint: disable=line-too-long # noqa: E501
)


Expand Down

0 comments on commit 324e6cb

Please sign in to comment.