(include_cruft_update_github_workflow)
| 36 | |
| 37 | |
| 38 | def process_github_workflow(include_cruft_update_github_workflow): |
| 39 | if include_cruft_update_github_workflow != "y": |
| 40 | remove_dir(os.path.join(PROJECT_DIRECTORY, '.github')) |
| 41 | |
| 42 | |
| 43 | if __name__ == '__main__': |
no test coverage detected