IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36173


Ignore:
Timestamp:
Oct 1, 2013, 4:05:04 PM (13 years ago)
Author:
watersc1
Message:

I'm not sure if this will fix the bug, but it should at least be closer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippm/FilesMonitoring/scripts/update_table_undefined.py

    r35985 r36173  
    1010    from ipp.lifetime_templates import Template
    1111except ImportError:
    12     sys.path.append('%s/%s/share/python/' % os.environ['PSCONFDIR'], os.environ['PSCONFIG'])
     12    sys.path.append('%s/%s/share/filemon/' % (os.environ['PSCONFDIR'], os.environ['PSCONFIG']))
    1313    sys.stderr.write('ImportError')
    1414    for folder in sys.path:
Note: See TracChangeset for help on using the changeset viewer.