Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9345818
D6383.id23223.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
389 B
Subscribers
None
D6383.id23223.diff
View Options
diff --git a/swh/loader/cvs/tasks.py b/swh/loader/cvs/tasks.py
--- a/swh/loader/cvs/tasks.py
+++ b/swh/loader/cvs/tasks.py
@@ -22,7 +22,7 @@
@shared_task(name=__name__ + ".LoadCvsRepository")
def load_cvs(
*,
- url: Optional[str] = None,
+ url: str,
origin_url: Optional[str] = None,
destination_path: Optional[str] = None,
swh_revision: Optional[str] = None,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 3, 3:32 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3222672
Attached To
D6383: fix TypeError due to wrong LoadCvsRepository task description
Event Timeline
Log In to Comment