Ignore:
Timestamp:
Jul 8, 2014, 1:49:04 PM (10 years ago)
Author:
davies
Message:

Trying to remove windows error message due to getting svn revision number [I am using git]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/utilities/system_tools.py

    r9234 r9254  
    119119            #FIXME SR: This works for python 2.6
    120120            cmd = r'"C:\Program Files\TortoiseSVN\bin\SubWCRev.exe" .'
    121             version_info = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE).communicate()[0]
     121            version_info = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()[0]
    122122
    123123            #print 'Version_Info', version_info
Note: See TracChangeset for help on using the changeset viewer.