Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7066465
D4557.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
430 B
Subscribers
None
D4557.diff
View Options
diff --git a/swh/loader/git/from_disk.py b/swh/loader/git/from_disk.py
--- a/swh/loader/git/from_disk.py
+++ b/swh/loader/git/from_disk.py
@@ -12,7 +12,7 @@
from dulwich.errors import ObjectFormatException
try:
- from dulwich.errors import EmptyFileException
+ from dulwich.errors import EmptyFileException # type: ignore
except ImportError:
# dulwich >= 0.20
from dulwich.objects import EmptyFileException
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Nov 5 2024, 10:47 AM (12 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3225044
Attached To
D4557: from_disk: Fix mypy error with dulwich >= 0.20.13
Event Timeline
Log In to Comment