-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing issue #116 cleanup fail in case of exception in nbadapter.py:…
…429 (#117) * #116 fix * check for git-lfs error added * advanced check for git clone error added * using GitPython for git clone * fixing import error * git-lfs error message was modified * Update tests/test_nbadapter.py --------- Co-authored-by: Volodymyr <[email protected]>
- Loading branch information
1 parent
5684c09
commit 2c62318
Showing
5 changed files
with
53 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,4 +24,5 @@ scrapbook | |
matplotlib | ||
pytest | ||
werkzeug==2.0.3 | ||
nbconvert>=7.0.0 | ||
nbconvert>=7.0.0 | ||
GitPython |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,7 +85,8 @@ | |
'scrapbook', | ||
'werkzeug==2.0.3', | ||
'sentry_sdk', | ||
'rdflib' | ||
'rdflib', | ||
'GitPython' | ||
], | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters