Fix linting errors. (#3127)

This commit is contained in:
Robert Nishihara
2018-10-24 16:30:00 -07:00
committed by Philipp Moritz
parent 55d161b49f
commit 5aa29613db
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -225,7 +225,7 @@ def start(node_ip_address, redis_address, redis_port, num_redis_shards,
try:
resources = json.loads(resources)
except Exception as e:
except Exception:
raise Exception("Unable to parse the --resources argument using "
"json.loads. Try using a format like\n\n"
" --resources='{\"CustomResource1\": 3, "