Changeset 4909fcf
- Timestamp:
- Sep 30, 2011 12:34:55 PM (13 years ago)
- Branches:
- compt_changes, info-ops, master
- Children:
- 121aa1c
- Parents:
- ad3d8df
- Location:
- fedd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/access_to_abac.py
rad3d8df r4909fcf 362 362 delete_creds = True 363 363 auth_dir = opts.dir 364 if not os.path.isabs(auth_dir): 365 sys.exit('Authorizer path must be absolute') 364 366 else: 365 367 creds_dir = opts.dir -
fedd/fedd_to_abac.py
rad3d8df r4909fcf 161 161 162 162 if opts.dir: 163 if not os.path.isabs(opts.dir): 164 sys.exit('--dir must be absolute') 163 165 if opts.make_dir: 164 166 if not os.path.isdir(opts.dir) and not debug:
Note: See TracChangeset
for help on using the changeset viewer.