Skip to content
Snippets Groups Projects
Commit e20301fc authored by Thomas Dinges's avatar Thomas Dinges
Browse files

Netrender:

* Scan for master failed and gave an script error. 
parent cb2e4fd4
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ def reporting(report, message, errorType = None):
t = 'INFO'
if report:
report(t, message)
report({t}, message)
return None
elif errorType:
raise errorType(message)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment