Changeset 6664


Ignore:
Timestamp:
Jan 10, 2017 9:08:21 AM (7 years ago)
Author:
dkearney
Message:

adding "output.session" information to help with cacheing.
https://nanohub.org/support/ticket/317130

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lang/tcl/scripts/task.tcl

    r6542 r6664  
    839839        error "Can't create rappture library: $xmlobj"
    840840    }
     841    global env
     842    if {[info exists env(SESSION)]} {
     843        $xmlobj put output.session $env(SESSION)
     844    }
    841845    set _job(xmlobj) $xmlobj
    842846}
Note: See TracChangeset for help on using the changeset viewer.