Skip to content

Commit

Permalink
Run Black and Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
psvenk committed Nov 30, 2024
1 parent d683365 commit 7f1fa96
Show file tree
Hide file tree
Showing 27 changed files with 45,158 additions and 180 deletions.
8 changes: 7 additions & 1 deletion deploy/web_scripts/notify_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,13 @@ def main():
zfh.extractall(OUTPUT_DIR)
success = True
break
return "Fetched artifact successfully" if success else "Could not find artifact among {}: {}".format(len(artifacts), ", ".join(a.get("name") for a in artifacts))
return (
"Fetched artifact successfully"
if success
else "Could not find artifact among {}: {}".format(
len(artifacts), ", ".join(a.get("name") for a in artifacts)
)
)


if __name__ == "__main__":
Expand Down
Loading

0 comments on commit 7f1fa96

Please sign in to comment.