Skip to content

Commit

Permalink
Checking if dict exists.
Browse files Browse the repository at this point in the history
  • Loading branch information
Humberto Chacon committed Apr 22, 2014
1 parent e4d2c69 commit b07ef71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion agent/plugins/rv/rvsofoperation.py
Expand Up @@ -217,7 +217,9 @@ def __init__(self, message=None):

# TODO: Fix hack. Lazy to use rvplugin module because of circular deps.
self.plugin = 'rv'
self.cpu_priority = self._get_cpu_priority()

if self.json_message:
self.cpu_priority = self._get_cpu_priority()

if self.type in RvOperationValue.InstallOperations:

Expand Down

0 comments on commit b07ef71

Please sign in to comment.