simple-framework / simple_grid_yaml_compiler

Generates the extended YAML output for an input site_level_configuration_file
Apache License 2.0
0 stars 9 forks source link

Remove redundant get_* functions in repo_processor #39

Closed snehasi closed 5 years ago

snehasi commented 5 years ago

Solves #36

Added get_repo_file(repo_url, file_name, file_type, post_func=None)

Introduced two more arguments file_type and post_func

Also added get_file_location function to generate file location from file_type.

Would appreciate reviews.

Thanks!

maany commented 5 years ago

Cool, I'll review this tomorrow. 👍