diff --git a/pywal/export.py b/pywal/export.py index 0c71a76..928fbc3 100644 --- a/pywal/export.py +++ b/pywal/export.py @@ -12,6 +12,7 @@ from .settings import CACHE_DIR, CONF_DIR, MODULE_DIR def template(colors, input_file, output_file=None): """Read template file, substitute markers and save the file elsewhere.""" + # pylint: disable-msg=too-many-locals template_data = util.read_file_raw(input_file) for i, l in enumerate(template_data): for match in re.finditer(r"(?<=(?