summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xghetto_json2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghetto_json b/ghetto_json
index 8d9e5bd..ebc3d51 100755
--- a/ghetto_json
+++ b/ghetto_json
@@ -11,7 +11,7 @@ except ImportError:
json_load = json.load
def main(params_list):
- params = dict(x.split("=", 2) for x in params_list)
+ params = dict(x.split("=", 1) for x in params_list)
path = params.pop('path')
changed = False