From 67d77408f66c354cb6c1fdf406e0f1425494a31e Mon Sep 17 00:00:00 2001 From: daniel goldberg Date: Mon, 22 Aug 2016 18:34:22 +0300 Subject: [PATCH] PEP8 --- chaos_monkey/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/chaos_monkey/config.py b/chaos_monkey/config.py index bc1d7a4b3..f1f06a76f 100644 --- a/chaos_monkey/config.py +++ b/chaos_monkey/config.py @@ -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