Fixes #200 #193
Signed-off-by: Chenxiong Qi cqi@redhat.com
Ping for review.
Looks good to me.
Is re necessary here? self.config.get(self.name, 'distgit_namespaces').split() should do the same (even without strip I think).
re
self.config.get(self.name, 'distgit_namespaces').split()
strip
No other remarkables found.
rebased onto f49b556dad692c9ab285472834dda10418c1fdae
Pretty please pagure-ci rebuild
re is not necessary here. Fixed. Thanks!
Pull-Request has been merged by cqi
Fixes #200 #193
Signed-off-by: Chenxiong Qi cqi@redhat.com