Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P1274
(An Untitled Masterwork)
Active
Public
Actions
Authored by
anlambert
on Feb 3 2022, 3:56 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
diff --git a/swh/web/common/archive.py b/swh/web/common/archive.py
index e9e877f6..dca07e30 100644
--- a/swh/web/common/archive.py
+++ b/swh/web/common/archive.py
@@ -703,7 +703,7 @@ def lookup_revision_log(rev_sha1_git, limit):
"""
lookup_revision(rev_sha1_git)
sha1_git_bin = _to_sha1_bin(rev_sha1_git)
- revision_entries = storage.revision_log([sha1_git_bin], limit)
+ revision_entries = storage.revision_log([sha1_git_bin], limit=limit)
return map(converters.from_revision, revision_entries)
Event Timeline
anlambert
created this paste.
Feb 3 2022, 3:56 PM
2022-02-03 15:56:29 (UTC+1)
Log In to Comment