Skip to content

Commit

Permalink
Handle blank output from a plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgilbert committed Dec 5, 2016
1 parent d9576c7 commit a997968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sal/version.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<plist version="1.0">
<dict>
<key>version</key>
<string>3.0.0.824</string>
<string>3.0.0.825</string>
</dict>
</plist>
1 change: 1 addition & 0 deletions server/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,7 @@ def report_load(request, pluginName, page='front', theID=None):
if page =='machine_detail':
machines = Machine.objects.get(pk=theID)

output = ''
# send the machines and the data to the plugin
for plugin in manager.getAllPlugins():
if plugin.name == pluginName:
Expand Down

0 comments on commit a997968

Please sign in to comment.