[copr] master: typo - need to run pyflakes before I commit more :) (7f513fd)

skvidal at fedoraproject.org skvidal at fedoraproject.org
Fri Feb 1 00:35:31 UTC 2013


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

On branch  : master

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

commit 7f513fd1691b5a63bcefdd1a638a710868256521
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Thu Jan 31 19:34:48 2013 -0500

    typo - need to run pyflakes before I commit more :)


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

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

diff --git a/backend/mockremote.py b/backend/mockremote.py
index 4c52a87..94cb56e 100755
--- a/backend/mockremote.py
+++ b/backend/mockremote.py
@@ -511,7 +511,7 @@ class MockRemote(object):
                     self.callback.log("Success building %s" % os.path.basename(pkg))
                     built_pkgs.append(pkg)
                     # createrepo with the new pkgs
-                    for d in [self.destdir + self.destdir + '/' + self.chroot]
+                    for d in [self.destdir + self.destdir + '/' + self.chroot]:
                         rc, out, err = createrepo(d)
                         if err.strip():
                             self.callback.error("Error making local repo: %s" % d)



More information about the copr-devel mailing list