IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36008


Ignore:
Timestamp:
Aug 22, 2013, 4:00:55 PM (13 years ago)
Author:
watersc1
Message:

typos

File:
1 edited

Legend:

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

    r36007 r36008  
    2525# Templates for things we'll either create or read
    2626    node_directory = '/export/%s.%s/ipp_filemon/'
    27     mlocate_db_template = "%s/%s", (node_directory,'mlocate/%s.%s.%s.mlocate_db')
     27    mlocate_db_template = "%s/%s" % (node_directory,'mlocate/%s.%s.%s.mlocate_db')
    2828    lock_directory = '/tmp/diskMonitoring/%s' # disk
    2929    lock_filename_template = '%s/lock.%s'
Note: See TracChangeset for help on using the changeset viewer.