Ignore:
Timestamp:
07/27/2019 02:06:02 PM (7 years ago)
Author:
jdalbey
Message:

Add copyXMLfile method to Coordinator to fix #178.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python/unifiedlogger/logging_service.py

    r461 r466  
    4848    #    FOR each plugin LOOP 
    4949        for plugin in plugins: 
    50             # dynamically load the setup function for this plugin 
     50            # dynamically load the get log function for this plugin 
    5151            plugmodule = globals()[plugin] 
    5252            getfunc = getattr(plugmodule, 'getLogEntries') 
     
    5454    #        Run the plugin process returning new log entries 
    5555            results = getfunc()      
    56             #    Append simulation time and the log entries to the Output Buffer 
     56    #       Append simulation time and the log entries to the Output Buffer 
    5757            for item in results: 
    5858                trimmed_item = item.strip() 
Note: See TracChangeset for help on using the changeset viewer.