Skip to content

Commit

Permalink
refactor: debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Aug 19, 2024
1 parent fa6a627 commit bc16988
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ def main() -> None:


if __name__ == "__main__":
print("\n__main__\n")
# Handle GitHub Actions environment variables
# See https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables#default-environment-variables
if os.getenv("GITHUB_ACTION"):
Expand Down Expand Up @@ -313,4 +314,5 @@ def main() -> None:
sys.argv.extend(script_args)

# Run the main function
print("\nmain()\n")
main()

0 comments on commit bc16988

Please sign in to comment.