Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Rathgeber <[email protected]>
  • Loading branch information
LunarLanding and kynan committed Mar 17, 2024
1 parent 0b2c8e1 commit 2bafe73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ from existing notebooks. This invocation operates on all ipynb files in the repo
blob.data = (nbformat.writes(notebook) + "\n").encode("utf-8")
if old_len != len(blob.data):
print(change.blob_id, change.filename, old_len, len(blob.data))
except NotJSONError as exc:
print("ERROR",type(exc),change.blob_id,filename)
except NotJSONError as e:
print("ERROR", type(e), change.blob_id, filename)
'
```

Expand Down

0 comments on commit 2bafe73

Please sign in to comment.