Changeset 1187


Ignore:
Timestamp:
03/02/09 16:53:20 (3 years ago)
Author:
Peter Peterson
Message:

Fixed indentation issue. Refs #101.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bindings/python/nxs/napi.py

    r1186 r1187  
    472472                down = target[i:] 
    473473                break 
    474         else: 
    475             #print "target shorter than current" 
    476             up = self._path[len(target):] 
    477             down = [] 
     474            else: 
     475                #print "target shorter than current" 
     476                up = self._path[len(target):] 
     477                down = [] 
    478478        up.reverse() 
    479479        #print "close,open",up,down 
Note: See TracChangeset for help on using the changeset viewer.