import argparse
import os
@@ -83,7 +83,7 @@ def configure(fp):
if section in ('projects', 'mirrors'):
if type(config[section]) != list:
- ConfigError("section '%s' must be a list")
+ ConfigError("section '%s' must be a list" % section)
for key in _CONFIG_FORMAT[section]:
for item in config[section]:
[SM-Commit] GIT changes to master wand by Vlad Glagolev (b31e9cc4f414f68a8dd8206a39c104b21d9c0e48),
Vlad Glagolev, 01/04/2018