diff options
| -rw-r--r-- | command/check.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/check.py b/command/check.py index 9a8fca1d..12844cbf 100644 --- a/command/check.py +++ b/command/check.py @@ -92,7 +92,7 @@ class check(Command): missing.append(attr) if missing: - self.warn("missing required meta-data: %s" % ' ,'.join(missing)) + self.warn("missing required meta-data: %s" % ', '.join(missing)) if metadata.author: if not metadata.author_email: self.warn("missing meta-data: if 'author' supplied, " + |
