There should be a space in order to be PEP-8 compliant

This commit is contained in:
Jakub Kadlcik
2017-07-28 21:13:55 +02:00
parent a844500078
commit bbcbb97c45

View File

@@ -254,7 +254,7 @@ class CoprModuleBuilder(GenericBuilder):
def build_srpm(self, artifact_name, source, build_id=None):
# Build package from `source`
return self.client.create_new_build(self.copr.projectname, [source],username=self.copr.username,
return self.client.create_new_build(self.copr.projectname, [source], username=self.copr.username,
chroots=[self.chroot])
def build_scm(self, source):