Changeset b16cfc0


Ignore:
Timestamp:
Dec 10, 2010 6:23:39 PM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
c65b7e4
Parents:
a96d946
Message:

Lurking bug - misspelled variable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/experiment_control.py

    ra96d946 rb16cfc0  
    19851985                # Give the testbed access to keys it exports or imports
    19861986                if store_keys:
    1987                     auth_keys.update(set([
     1987                    auth_attrs.update(set([
    19881988                        (tbparams[tb]['allocID']['fedid'], sk) \
    19891989                                for sk in store_keys.split(" ")]))
Note: See TracChangeset for help on using the changeset viewer.