()
| 145 | run("git add %s" % module_folder) |
| 146 | |
| 147 | def main(): |
| 148 | conf = read_config() |
| 149 | module_name = conf.name |
| 150 | |
| 151 | module_folder = os.path.join('solr', 'modules', module_name) |
| 152 | scaffold_folder(module_name, conf.full_name, module_folder, conf.description) |
| 153 | |
| 154 | |
| 155 | if __name__ == '__main__': |
no test coverage detected
searching dependent graphs…