Skip to content

Conversation

@mattkiefer
Copy link

running lib/render_json.py and lib/render_includes.py separately obviates this change

….py ... running lib/render_json.py and lib/render_includes.py separately obviates this change
@benlk
Copy link
Contributor

benlk commented Jun 1, 2017

Would it be possible to modify function render_cases_json() with an argument for whether these should be deleted, instead of just commenting them out initially? That would allow get_data.py to exclude those options, but other calls to the function to not exclude them.

@mattkiefer
Copy link
Author

Could also create a new in-memory copy of the optimized case dict, i.e.:
opt_case = dict((x,case[x]) for x in case.keys if x not in delete_these)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants