Skip to content

Commit

Permalink
Update get_latest_artifact.py
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole authored Feb 12, 2023
1 parent 78152db commit 4615656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_latest_artifact.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

if not artifacts:
print("Did not find a Dracon DB, this is not fatal as the enricher will create it, exiting")
exit(0)
exit(0)

latest = parser.isoparse(artifacts[-1]['updated_at'])
artifact_url = None
Expand Down

0 comments on commit 4615656

Please sign in to comment.