Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2020-05-27 17:20:23 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2020-05-27 17:20:23 +0300
commit23c99abfb263c41f3d386ae392e78a4d00d84b7b (patch)
tree3cfa250827faa76d1fd3df0844e09a4fbf7717ce
parent5c406d9fd9d815d8b6869474146a2754bfcd5157 (diff)
Ignore extra whitespace in cygwin-pkg-maint file
-rw-r--r--calm/maintainers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/calm/maintainers.py b/calm/maintainers.py
index a724cb1..c494484 100644
--- a/calm/maintainers.py
+++ b/calm/maintainers.py
@@ -173,6 +173,7 @@ class Maintainer(object):
# joint maintainers are separated by '/'
for name in m.split('/'):
+ name = name.strip()
# is the maintainer name ascii?
#