[123371] branches/gsoc14-pip2port/pypi2port.py
gaurav at macports.org
gaurav at macports.org
Fri Aug 8 13:35:21 PDT 2014
Revision: 123371
https://trac.macports.org/changeset/123371
Author: gaurav at macports.org
Date: 2014-08-08 13:35:20 -0700 (Fri, 08 Aug 2014)
Log Message:
-----------
Updated another logical error
Modified Paths:
--------------
branches/gsoc14-pip2port/pypi2port.py
Modified: branches/gsoc14-pip2port/pypi2port.py
===================================================================
--- branches/gsoc14-pip2port/pypi2port.py 2014-08-08 20:28:25 UTC (rev 123370)
+++ branches/gsoc14-pip2port/pypi2port.py 2014-08-08 20:35:20 UTC (rev 123371)
@@ -306,7 +306,7 @@
# else:
# phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
- return phase_output
+# return phase_output
except:
port_clean(name,portv)
return False
@@ -320,7 +320,7 @@
# else:
# phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
- return phase_output
+# return phase_output
except:
port_clean(name,portv)
return False
@@ -334,7 +334,7 @@
# else:
# phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
- return phase_output
+# return phase_output
except:
port_clean(name,portv)
return False
@@ -348,7 +348,7 @@
# else:
# phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
- return phase_output
+# return phase_output
except:
port_clean(name,portv)
return False
@@ -362,7 +362,7 @@
# else:
# phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
- return phase_output
+# return phase_output
except:
port_clean(name,portv)
return False
@@ -376,7 +376,7 @@
# else:
# phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
- return phase_output
+# return phase_output
except:
port_clean(name,portv)
return False
@@ -390,7 +390,7 @@
# else:
# phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
- return phase_output
+# return phase_output
except:
port_clean(name,portv)
return False
@@ -404,7 +404,7 @@
# else:
# phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
- return phase_output
+# return phase_output
except:
return False
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140808/b1b6eeb3/attachment-0001.html>
More information about the macports-changes
mailing list