Skip to content

Commit

Permalink
Update validate_provenance.py (#184)
Browse files Browse the repository at this point in the history
Syntax error
  • Loading branch information
rmorey authored Dec 11, 2024
1 parent 41c49f1 commit 1a89c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion igneous/scripts/validate_provenance.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def ls(cloudpath):

cf = CloudFiles(layer)

if not cf.exists('provenance')
if not cf.exists('provenance'):
missing_report.append(layer)
else:
prov = cf.get('provenance')
Expand Down

0 comments on commit 1a89c50

Please sign in to comment.