mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 11:48:33 +08:00
There should be a space in order to be PEP-8 compliant
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user