- Timestamp:
- Dec 10, 2010 9:12:38 AM (14 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master
- Children:
- a0c2866
- Parents:
- 66bb590
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/fedd_image.py
r66bb590 r52b6ebc 336 336 (opts, args) = parser.parse_args() 337 337 338 # Note that if we're converting a local topdl file, the absence of a cert may339 # not be a big deal. It's checked if needed below338 # 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 340 340 try: 341 341 cert, fid, url = wrangle_standard_options(opts) 342 342 except RuntimeError, e: 343 343 cert = None 344 print >>sys.stderr, "Warning: %s e"344 print >>sys.stderr, "Warning: %s" % e 345 345 346 346
Note: See TracChangeset
for help on using the changeset viewer.