When keystore is not specified, we get three nearly identical warning messages in a row:
Keystore path is not passed, using default one: C:\Users\DavidGreisen\programming\archive\openlawlibrary\keystore
Keystore not specified. Using default location C:\Users\DavidGreisen\programming\archive\openlawlibrary\keystore
Keystore path is not passed, using default one: C:\Users\DavidGreisen\programming\archive\openlawlibrary\keystore
If the keystore is not specified and and not found at the default location, abort creation of a new repository
If keys-description is not specified, an error is raised AttributeError: 'RoleSetupParams' object has no attribute 'get'. This probably started happening when we added attrs. We would expect a prompt asking people to enter the information instead. Fix the error and test the prompt.
path parameter should be a required path argument. Do not default to the current folder. Users can pass . if the want to.
Issues that occur when running
taf repo create
:AttributeError: 'RoleSetupParams' object has no attribute 'get'
. This probably started happening when we addedattrs
. We would expect a prompt asking people to enter the information instead. Fix the error and test the prompt.path
parameter should be a required path argument. Do not default to the current folder. Users can pass.
if the want to.