Skip to content

Commit

Permalink
- Applied black.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpojer committed Nov 22, 2024
1 parent cbe6faf commit 665f1e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def __validate_inputs(self) -> None:
logger.error("Failure: GITHUB_REPOSITORY is not in the correct format.")
error_detected = True
else:
if len(value.split("/")[0]) == 0 or len(value.split("/")[1]) == 0:
if len(value.split("/")[0]) == 0 or len(value.split("/")[1]) == 0:
logger.error("Failure: GITHUB_REPOSITORY is not in the correct format.")
error_detected = True

Expand Down

0 comments on commit 665f1e1

Please sign in to comment.