~sourcemage/wand

b31e9cc4f414f68a8dd8206a39c104b21d9c0e48 — Vlad Glagolev 5 years ago db3d1e0
Add missing key and bump copyright year
1 files changed, 2 insertions(+), 2 deletions(-)

M remirror/remirror
M remirror/remirror => remirror/remirror +2 -2
@@ 1,7 1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# (c) 2017, Vlad Glagolev <stealth@sourcemage.org>
# (c) 2017-2018, Vlad Glagolev <stealth@sourcemage.org>

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]: