Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master wand by Vlad Glagolev (b31e9cc4f414f68a8dd8206a39c104b21d9c0e48)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master wand by Vlad Glagolev (b31e9cc4f414f68a8dd8206a39c104b21d9c0e48)
  • Date: Fri, 5 Jan 2018 02:01:40 +0000

GIT changes to master wand by Vlad Glagolev <stealth AT sourcemage.org>:

remirror/remirror | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b31e9cc4f414f68a8dd8206a39c104b21d9c0e48
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

Add missing key and bump copyright year

diff --git a/remirror/remirror b/remirror/remirror
index 8ca3062..0745e09 100755
--- a/remirror/remirror
+++ b/remirror/remirror
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
-# (c) 2017, Vlad Glagolev <stealth AT sourcemage.org>
+# (c) 2017-2018, Vlad Glagolev <stealth AT 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]:



  • [SM-Commit] GIT changes to master wand by Vlad Glagolev (b31e9cc4f414f68a8dd8206a39c104b21d9c0e48), Vlad Glagolev, 01/04/2018

Archive powered by MHonArc 2.6.24.

Top of Page