Closed MauricioFauth closed 1 year ago
The fetch_versions.py was including an empty entry in the demo server list.
fetch_versions.py
Replaces the legacy RawConfigParser object with ConfigParser(interpolation=None).
RawConfigParser
ConfigParser(interpolation=None)
- ['master', 'master-config', 'master-http', 'master-config-nopmadb', 'STABLE', 'QA_4_9', 'QA_5_2', ''] + ['master', 'master-config', 'master-http', 'master-config-nopmadb', 'STABLE', 'QA_4_9', 'QA_5_2']
Before:
After:
Merging #162 (b973250) into master (beda0f2) will not change coverage. The diff coverage is 0.00%.
0.00%
The
fetch_versions.py
was including an empty entry in the demo server list.Replaces the legacy
RawConfigParser
object withConfigParser(interpolation=None)
.Before:
After: