Changes between Version 9 and Version 10 of FAQ_LoaderUpDownload


Ignore:
Timestamp:
Aug 1, 2008 6:02:11 PM (16 years ago)
Author:
dkearney
Comment:

update python wrapper script example code

Legend:

Unmodified
Added
Removed
Modified
  • FAQ_LoaderUpDownload

    v9 v10  
    295295{{{
    296296    # prepare our semi-unique file name
    297     outFileName = 'inputDeck.' + getDriverId(inDeckName)
     297    outFileName = 'inputDeck.' + Rappture.tools.getDriverNumber(inDeckName)
    298298    fh = open(outFileName, 'w')
    299299    if fh != None: