Skip to content

Commit

Permalink
Merge pull request openshift-helm-charts#274 from komish/apply-black
Browse files Browse the repository at this point in the history
Apply Black formatter
  • Loading branch information
mgoerens authored Oct 16, 2023
2 parents 7ae469f + ff2f6e8 commit b848cfd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/src/workflowtesting/checkprforci.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ def check_if_ci_only_is_modified(api_url):
print(f"[DEBUG] Modified file {filename} is a skippable file.")
others_found = True
else:
print(f"[DEBUG] Modified file {filename} did not match any file paths of interest. Ignoring.")
print(
f"[DEBUG] Modified file {filename} did not match any file paths of interest. Ignoring."
)
continue

if others_found and not workflow_found:
Expand Down

0 comments on commit b848cfd

Please sign in to comment.