extras-buildsys/client client.py,1.31.2.1,1.31.2.2

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Wed Oct 19 13:57:42 UTC 2005


Author: dcbw

Update of /cvs/fedora/extras-buildsys/client
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28518/client

Modified Files:
      Tag: STABLE_0_4
	client.py 
Log Message:
Really fix allow_uploads traceback this time


Index: client.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/client/client.py,v
retrieving revision 1.31.2.1
retrieving revision 1.31.2.2
diff -u -r1.31.2.1 -r1.31.2.2
--- client.py	19 Oct 2005 11:51:10 -0000	1.31.2.1
+++ client.py	19 Oct 2005 13:57:40 -0000	1.31.2.2
@@ -194,12 +194,11 @@
     def _enqueue(self, is_srpm, package, source, target_alias):
         """ Enqueue a package on the server """
 
+        allow_up = False
         try:
             allow_up = self._cfg.get_bool("Server", "allow_uploads")
         except BaseConfig.ConfigError, e:
             pass
-        else:
-            allow_up = False
     
         if allow_up:
             import urllib




More information about the fedora-extras-commits mailing list