Ignore:
Timestamp:
10/21/19 02:53:16 (6 years ago)
Author:
bdef
Message:

BUG: still some space fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/scripts/translateToPy.py

    r24212 r24261  
    220220
    221221            for il in importList:
    222                 if line.find(il) != - 1:
     222                if line.find(il) != -1:
    223223                    output("from %s import * " % (il))
    224224                    importList.remove(il)    # already got it
Note: See TracChangeset for help on using the changeset viewer.