(feature)
| 161 | |
| 162 | # Gets the option name of a feature |
| 163 | def get_feature_opt(feature): |
| 164 | if feature == 'calb': |
| 165 | return 'alb' |
| 166 | elif feature == 'cnrm': |
| 167 | return 'nrm' |
| 168 | else: |
| 169 | return feature |
| 170 | |
| 171 | # Gets the file extension of a feature |
| 172 | def get_feature_ext(feature): |
no outgoing calls
no test coverage detected