extras-buildsys/client client.py,1.32,1.33

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


Author: dcbw

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

Modified Files:
	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.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- client.py	19 Oct 2005 13:45:54 -0000	1.32
+++ client.py	19 Oct 2005 13:56:22 -0000	1.33
@@ -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