Changeset 238db1e


Ignore:
Timestamp:
Feb 22, 2010 4:24:56 AM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
55779d4
Parents:
6af3226
Message:

Um, getting the variable *contents* means no qwuotes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/experiment_control.py

    r6af3226 r238db1e  
    14901490                # look at the active parameter, and these are only inserted to
    14911491                # connect to the master.
    1492                 active = "%s" % ( tb == 'master')
     1492                active = "%s" % ( tb == master)
    14931493                info = {
    14941494                        'type': 'transit',
Note: See TracChangeset for help on using the changeset viewer.