From 10552763fbc3b485ff1581aa73492968eed1097d Mon Sep 17 00:00:00 2001 From: Tobias E Date: Fri, 17 Jan 2025 19:24:16 +0000 Subject: [PATCH] add explanation to gen_set.py --- lib/obp60task/gen_set.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/obp60task/gen_set.py b/lib/obp60task/gen_set.py index c848a91..bf40b6c 100755 --- a/lib/obp60task/gen_set.py +++ b/lib/obp60task/gen_set.py @@ -124,5 +124,7 @@ for page_no in range(1, no_of_pages + 1): json_output = json.dumps(output, indent=4) # print omitting first and last line containing [ ] of JSON array +#print(json_output[1:-1]) +# print omitting first line containing [ of JSON array print(json_output[1:]) # print(",") \ No newline at end of file