Skip to content

Commit

Permalink
Print out sys.argv
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Feb 28, 2024
1 parent 3dfcb9f commit c14a121
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions start_glue.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

if __name__ == "__main__":

print(sys.argv)

if os.path.exists('/tmp/gluelock'):
raise Exception("glue lock already exists")

Expand Down

0 comments on commit c14a121

Please sign in to comment.