Changes between Version 145 and Version 146 of UserGuideGit


Ignore:
Timestamp:
Mar 2, 2009, 4:02:45 PM (16 years ago)
Author:
Frédéric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuideGit

    v145 v146  
    189189    stdout, stderr = p.communicate()
    190190
    191     return p.returncode,stdout, stderr
     191    return p.returncode, stdout, stderr
    192192}}}
    193193