Changeset eaa530c
- Timestamp:
- Dec 9, 2009 9:51:34 AM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
- Children:
- bde2217
- Parents:
- 23356cb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/fedd_client.py
r23356cb reaa530c 92 92 class fedd_create_opts(fedd_new_opts): 93 93 def __init__(self): 94 fedd_ client_opts.__init__(self)94 fedd_new_opts.__init__(self) 95 95 self.add_option("--file", dest="file", 96 96 help="experiment description file") … … 1381 1381 if os.access(cert, os.R_OK): 1382 1382 fid = fedid(file=cert) 1383 if opts.use_fedid == True:1384 user = fid1385 1383 else: 1386 1384 sys.exit("Cannot read certificate (%s)" % cert)
Note: See TracChangeset
for help on using the changeset viewer.