Changeset 1708


Ignore:
Timestamp:
Apr 20, 2010 10:54:15 PM (14 years ago)
Author:
dkearney
Message:

changing python bindings call Rappture.result(lib) to be a call to $lib.result() which calls the underlying c++ version of result for the library object

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lang/python/Rappture/result.py

    r787 r1708  
    2020    """
    2121
    22     lib.put("tool.version.rappture.language", "python");
    23     runfile = 'run%d.xml' % time.time()
    24     fp = open(runfile,'w')
    25     fp.write(lib.xml())
    26     fp.close()
    27 
    28     # pass the name of the run file back to Rappture
    29     print '=RAPPTURE-RUN=>%s' % runfile
     22    lib.put("tool.version.rappture.language", "python")
     23    lib.result()
Note: See TracChangeset for help on using the changeset viewer.