Skip to content
Snippets Groups Projects
Commit e57fa48a authored by Tim Jaacks's avatar Tim Jaacks
Browse files

Refactoring: merge comparisons

parent ac38b4fb
No related branches found
No related tags found
1 merge request!282Refactoring: merge comparisons
Pipeline #72115 skipped
...@@ -33,7 +33,6 @@ rule_settings: ...@@ -33,7 +33,6 @@ rule_settings:
- use-next - use-next
- sum-comprehension - sum-comprehension
- use-join - use-join
- merge-comparisons
rule_types: rule_types:
- refactoring - refactoring
......
...@@ -283,11 +283,7 @@ def main(args): ...@@ -283,11 +283,7 @@ def main(args):
if status != "finished": if status != "finished":
logging.debug("Project export status for %s: %s", project, status) logging.debug("Project export status for %s: %s", project, status)
if ( if status in ["started", "queued", "regeneration_in_progress"]:
status == "started"
or status == "queued"
or status == "regeneration_in_progress"
):
in_started_state += 1 in_started_state += 1
continue continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment