Skip to content

Commit e0e2b61

Browse files
committed
Update for typo
1 parent 42017ce commit e0e2b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/scripts/generate-results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ def buildReports(FullManageProjectName = None, level = None, envName = None, gen
535535
use_manage_api = True
536536
api.close()
537537
except:
538-
teePrint.teePrint(" *INFO: iIssue getting tool version from: ", FullManageProjectName)
538+
teePrint.teePrint(" *INFO: iIssue getting tool version from: " + FullManageProjectName)
539539
traceback.print_exc()
540540
use_manage_api = False
541541

0 commit comments

Comments
 (0)