mailr23352 - /trunk/version.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on May 22, 2014 - 18:31:
Author: bugman
Date: Thu May 22 18:31:35 2014
New Revision: 23352

URL: http://svn.gna.org/viewcvs/relax?rev=23352&view=rev
Log:
Removed a debugging printout.


Modified:
    trunk/version.py

Modified: trunk/version.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/version.py?rev=23352&r1=23351&r2=23352&view=diff
==============================================================================
--- trunk/version.py    (original)
+++ trunk/version.py    Thu May 22 18:31:35 2014
@@ -116,7 +116,6 @@
                 return str(row[1])
 
     # Try git-svn, reading the output if there are no errors.
-    print 'cd %s; git svn info' % status.install_path
     pipe = Popen('cd %s; git svn info' % status.install_path, shell=True, 
stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=False)
     if not pipe.stderr.readlines():
         # Loop over the output lines.




Related Messages


Powered by MHonArc, Updated Thu May 22 18:40:02 2014