Initialise repo
This commit is contained in:
@@ -695,7 +695,8 @@ def process_gitea(conf, one_shot, domain_cache):
|
|||||||
elif tags:
|
elif tags:
|
||||||
diff_link, _ = tags[0]
|
diff_link, _ = tags[0]
|
||||||
diff_kind = "tag"
|
diff_kind = "tag"
|
||||||
|
#Make sure repo has something
|
||||||
|
repo = ''
|
||||||
# Tag-only upgrade: try to turn tag page into commit or compare
|
# Tag-only upgrade: try to turn tag page into commit or compare
|
||||||
if diff_kind == "tag" and diff_link:
|
if diff_kind == "tag" and diff_link:
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user