Merge "Fixes all current typo errors on Castellan project."
This commit is contained in:
commit
438ff2361b
@ -59,7 +59,7 @@ def setup_config(config_file=''):
|
||||
config_to_load.append(main_config)
|
||||
|
||||
TEST_CONF(
|
||||
(), # Required to load an anonymous config
|
||||
(), # Required to load an anonymous configuration
|
||||
default_config_files=config_to_load
|
||||
)
|
||||
|
||||
|
@ -212,7 +212,7 @@ class MockKeyManager(key_manager.KeyManager):
|
||||
symbols = ''.join(symbolgroups)
|
||||
password.extend([random.choice(symbols) for _i in range(length)])
|
||||
|
||||
# finally shuffle to ensure first x characters aren't from a
|
||||
# Finally, shuffle to ensure first x characters aren't from a
|
||||
# predictable group
|
||||
random.shuffle(password)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user