Commit e8205d2f authored by Sebastien Robin's avatar Sebastien Robin Committed by Julien Muchembled

explain what is done in stdout, usefull if problem reported on master

parent 51346acb
...@@ -54,6 +54,7 @@ class SlapOSControler(object): ...@@ -54,6 +54,7 @@ class SlapOSControler(object):
stdout = open(os.path.join( stdout = open(os.path.join(
config['instance_root'],'.runSoftwareRelease_out'), config['instance_root'],'.runSoftwareRelease_out'),
'w+') 'w+')
stdout.write("SlapOSControler.runSoftwareRelease")
stderr = open(os.path.join( stderr = open(os.path.join(
config['instance_root'],'.runSoftwareRelease_err'), config['instance_root'],'.runSoftwareRelease_err'),
'w+') 'w+')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment