Skip to content

Commit 8c56625

Browse files
committed
Store SWH ID in Repository objects
1 parent fb3f574 commit 8c56625

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

article.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def __init__(self, name, url, doi, swh=""):
5858
self.name = name
5959
self.url = url
6060
self.doi = doi
61+
self.swh = swh
6162

6263
class Replication:
6364
def __init__(self, cite, bib, url, doi):

0 commit comments

Comments
 (0)