Skip to content
Snippets Groups Projects
Commit 5ca91f9c authored by Bob Lantz's avatar Bob Lantz
Browse files

White space edits for code check.

parent df600200
No related branches found
No related tags found
No related merge requests found
......@@ -287,7 +287,7 @@ def popen( self, *args, **kwargs ):
args: Popen() args, single list, or string
kwargs: Popen() keyword args"""
defaults = { 'stdout': PIPE, 'stderr': PIPE,
'mncmd':
'mncmd':
[ 'mnexec', '-a', str( self.pid ) ] }
defaults.update( kwargs )
if len( args ) == 1:
......@@ -591,7 +591,7 @@ def popen( self, *args, **kwargs ):
args: Popen() args, single list, or string
kwargs: Popen() keyword args"""
# Tell mnexec to execute command in our cgroup
mncmd = [ 'mnexec', '-a', str( self.pid ),
mncmd = [ 'mnexec', '-a', str( self.pid ),
'-g', self.name ]
if self.sched == 'rt':
mncmd += [ '-r', str( self.rtprio ) ]
......
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