Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenBrinckmann committed Oct 31, 2023
1 parent 566de67 commit 4667f34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validator_pypi_rocrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
crate = ROCrate(temppath)
for e in crate.get_entities():
print(f' {e.id}: {e.type}')
except ValueError:
print("**ERROR: Could not parse content\n"+traceback.format_exc()+'\n\n')
except Exception:
print(" ***** ERROR: Could not parse content of this file!! *****")
shell: python

0 comments on commit 4667f34

Please sign in to comment.