Skip to content

Commit 24831fb

Browse files
committed
TASK: Add some debug log
1 parent 01fd8bb commit 24831fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template.py

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def parse_issues(self):
5050

5151
# if the header contains "accepted" or "declined" issues, ignore the issues - we only want unprocessed issues
5252
if len(issue_header(".accepted")) != 0 or len(issue_header(".declined")) != 0 or issue_header.text().lower() == "accepted issues" or issue_header.text().lower() == "declined issues":
53+
logger.debug("Issue already processed for template '{}'".format(self.url))
5354
return
5455

5556
# Get the issue count

0 commit comments

Comments
 (0)