Changeset 20886


Ignore:
Timestamp:
07/12/16 03:07:46 (9 years ago)
Author:
bdef
Message:

BUG: fixing syntax error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/solve/waitonlock.py

    r17574 r20886  
    4848                #loop till file .lock exist or time is up
    4949                while ispresent==0 and etime<timelimit:
    50                         ispresent=os.path.exist(filename)
     50                        ispresent=os.path.exists(filename)
    5151                        time.sleep(1)
    5252                        etime+=1/60
Note: See TracChangeset for help on using the changeset viewer.