Skip to content

Commit af6a4f3

Browse files
committedOct 26, 2021
IBX-1232: Added empty output support
1 parent 436d1f9 commit af6a4f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎main.py

+3
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ def main():
136136
messages += "\n\n### Misc\n\n" + \
137137
"\n".join(map(str, miscellaneous))
138138

139+
if not (improvements or bugs or miscellaneous):
140+
messages += "\n\nNo significant changes."
141+
139142
except UnknownObjectException as e:
140143
messages = ""
141144

0 commit comments

Comments
 (0)
Please sign in to comment.