Skip to content

Commit

Permalink
Drop redundant noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Sep 24, 2024
1 parent 18afcdb commit be8f01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/code-submitter/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
environment:
PYTHONPATH: "{{ install_dir }}"
become_user: www-data
when: | # noqa: no-handler - Use a handler to ensure execution order
when: |
code_submitter_repo.changed or
database_file.stat.isreg is not defined or
not database_file.stat.isreg
Expand Down

0 comments on commit be8f01e

Please sign in to comment.