diff options
author | Nathan Wilcox <inoshiro@lindenlab.com> | 2010-01-08 17:58:56 -0800 |
---|---|---|
committer | Nathan Wilcox <inoshiro@lindenlab.com> | 2010-01-08 17:58:56 -0800 |
commit | 61bc236b355e19bf09851b79c7d73b7210b4a7af (patch) | |
tree | 1443c7d109a30e6389c122158407fbda1cd6e2f2 /indra/develop.py | |
parent | 6b33d5955a2c4ff34c17b58dd4a23b53a3c1dde7 (diff) |
DEV-44838 - Remove a typo line which would cause duplicate executions for every run call.
Diffstat (limited to 'indra/develop.py')
-rwxr-xr-x | indra/develop.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/develop.py b/indra/develop.py index dc1190699c..e19ecb7314 100755 --- a/indra/develop.py +++ b/indra/develop.py @@ -593,7 +593,6 @@ class WindowsSetup(PlatformSetup): retries = retries - 1 print "develop.py tries to run:", command ret = subprocess.call(command, executable=name) - ret = os.system(command) print "got ret", ret, "from", command if ret: if name is None: |