Ignore:
Timestamp:
Sep 25, 2009 10:45:22 AM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-2.00, version-3.01, version-3.02
Children:
4702322
Parents:
b236eed
Message:

bug in cancelling partial swapin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/experiment_control.py

    rb236eed r0fa1729  
    11391139                    # Create and start a thread to stop the segment
    11401140                    thread_pool.wait_for_slot()
    1141                     uri = self.tbmap.get(tb, None)
     1141                    uri = tbparams[tb]['uri']
    11421142                    t  = self.pooled_thread(\
    11431143                            target=self.terminate_segment(log=log,
Note: See TracChangeset for help on using the changeset viewer.