Changeset 52b6ebc


Ignore:
Timestamp:
Dec 10, 2010 9:12:38 AM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
a0c2866
Parents:
66bb590
Message:

Typo in the error handler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_image.py

    r66bb590 r52b6ebc  
    336336(opts, args) = parser.parse_args()
    337337
    338 # Note that if we're converting a local topdl file, the absence of a cert may
    339 # not be a big deal.  It's checked if needed below
     338# Note that if we're converting a local topdl file, the absence of a cert or
     339# abac directory may not be a big deal.  It's checked if needed below
    340340try:
    341341    cert, fid, url = wrangle_standard_options(opts)
    342342except RuntimeError, e:
    343343    cert = None
    344     print >>sys.stderr, "Warning: %s e"
     344    print >>sys.stderr, "Warning: %s" % e
    345345
    346346
Note: See TracChangeset for help on using the changeset viewer.