()
| 1153 | return f.read().strip() |
| 1154 | |
| 1155 | def download_keys(): |
| 1156 | download('KEYS', "https://downloads.apache.org/solr/KEYS", state.config_path) |
| 1157 | |
| 1158 | def keys_downloaded(): |
| 1159 | return os.path.exists(os.path.join(state.config_path, "KEYS")) |
no test coverage detected
searching dependent graphs…