We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d2309 commit 97364d7Copy full SHA for 97364d7
newa/cli.py
@@ -1155,7 +1155,7 @@ def cmd_execute(
1155
comment = ("NEWA has scheduled automated test recipe for this issue, test "
1156
f"results will be uploaded to ReportPortal launch\n{launch_url}")
1157
# check if we have a comment footer defined in envvar
1158
- footer = os.environ['NEWA_COMMENT_FOOTER'].strip()
+ footer = os.environ.get('NEWA_COMMENT_FOOTER', '').strip()
1159
if footer:
1160
comment += f'\n{footer}'
1161
try:
0 commit comments