[copr] master: need a comma (48f2824)

skvidal at fedoraproject.org skvidal at fedoraproject.org
Wed Jan 9 20:54:18 UTC 2013


Repository : http://git.fedorahosted.org/cgit/copr.git

On branch  : master

>---------------------------------------------------------------

commit 48f2824fa2d41fdd33ceb78692e0d5191dec9555
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Wed Jan 9 15:52:27 2013 -0500

    need a comma


>---------------------------------------------------------------

 backend/mockremote.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/backend/mockremote.py b/backend/mockremote.py
index 29c3704..7017a51 100755
--- a/backend/mockremote.py
+++ b/backend/mockremote.py
@@ -59,7 +59,7 @@ def createrepo(path):
     if os.path.exists(path + '/repodata/repomd.xml'):
         comm = ['/usr/bin/createrepo', '--database', '--update', path]
     else:
-        comm = ['/usr/bin/createrepo' '--database', path]
+        comm = ['/usr/bin/createrepo', '--database', path]
     cmd = subprocess.Popen(comm,
              stdout=subprocess.PIPE, stderr=subprocess.PIPE)
     out, err = cmd.communicate()



More information about the copr-devel mailing list