Skip to content
Snippets Groups Projects
Commit bb7d22c0 authored by Rafal Gumienny's avatar Rafal Gumienny
Browse files

fix: SCHWED-3096 Finish the script with a message

parent 5b97d4cc
Branches
Tags
No related merge requests found
...@@ -15,3 +15,5 @@ except qsscoring.QSscoreError as ex: ...@@ -15,3 +15,5 @@ except qsscoring.QSscoreError as ex:
# default handling: report failure and set score to 0 # default handling: report failure and set score to 0
ost.LogError('QSscore failed:', str(ex)) ost.LogError('QSscore failed:', str(ex))
qs_score = 0 qs_score = 0
print "OST is working!"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment