Changeset 11579 in genesis for tools


Ignore:
Timestamp:
Oct 30, 2012, 10:23:49 AM (12 years ago)
Author:
www
Message:

Running as webprocess does not find /usr/local/bin/svn as proper path for svn binary.

Forcing it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/gformat.py

    r11555 r11579  
    3333import re
    3434sys.path.append(os.path.dirname(__file__))
     35sys.path.append('/usr/local/bin')
    3536
    3637import cgi
Note: See TracChangeset for help on using the changeset viewer.