Changeset a0e20ac
- Timestamp:
- Dec 3, 2010 9:41:50 AM (14 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master
- Children:
- b7a61ac
- Parents:
- 5d7f1e8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/access_to_abac.py
r5d7f1e8 ra0e20ac 377 377 else: delegation_link = None 378 378 379 mapper = opts.mapper 379 if not opts.mapper and (opts.map or opts.debug): 380 print >>sys.stderr, "No --type specified, mapping file will be empty." 380 381 381 382 if opts.cert: … … 401 402 for fn in args: 402 403 try: 403 creds, to_id = parse_access(fn, mapper)404 creds, to_id = parse_access(fn, opts.mapper) 404 405 except parse_error, e: 405 406 print >> sys.stderr, "%s" % e
Note: See TracChangeset
for help on using the changeset viewer.