forked from p15670423/monkey
PEP8
This commit is contained in:
parent
8c4288d100
commit
67d77408f6
|
@ -13,6 +13,7 @@ GUID = str(uuid.getnode())
|
|||
|
||||
EXTERNAL_CONFIG_FILE = os.path.join(os.path.abspath(os.path.dirname(sys.argv[0])), 'monkey.bin')
|
||||
|
||||
|
||||
def _cast_by_example(value, example):
|
||||
"""
|
||||
a method that casts a value to the type of the parameter given as example
|
||||
|
|
Loading…
Reference in New Issue