Skip to content

Commit

Permalink
debug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenBrinckmann committed Oct 31, 2023
1 parent 65cf115 commit db91ba7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validator_pypi_rocrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
from rocrate.model.contextentity import ContextEntity
cwd = Path('.')
print(cwd)
for fileName in cwd.glob('*.eln'):
print(f'Try to parse: {fileName.name}')
with ZipFile(fileName, 'r', compression=ZIP_DEFLATED) as elnFile:
Expand Down

0 comments on commit db91ba7

Please sign in to comment.