Author: poeml Date: 2009-03-01 17:45:34 -0700 (Sun, 01 Mar 2009) New Revision: 6647 Modified: trunk/tools/download-redirector-v2/mirrordoctor/mb/files.py Log: mb mirrorlist: - quote the path name that is looked up when generating mirror lists Modified: trunk/tools/download-redirector-v2/mirrordoctor/mb/files.py =================================================================== --- trunk/tools/download-redirector-v2/mirrordoctor/mb/files.py 2009-03-02 00:44:09 UTC (rev 6646) +++ trunk/tools/download-redirector-v2/mirrordoctor/mb/files.py 2009-03-02 00:45:34 UTC (rev 6647) @@ -15,7 +15,7 @@ pattern = False oprtr = '=' - query = 'SELECT mirr_hasfile_byname(%s, %s)' \ + query = "SELECT mirr_hasfile_byname(%s, '%s')" \ % (mirror_id, path) rows = conn.Server._connection.queryAll(query) _______________________________________________ Opensuse-svn mailing list Opensuse-svn_at_forge.novell.com http://forge.novell.com/mailman/listinfo/opensuse-svn _______________________________________________ mirrorbrain-commits mailing list Note: To remove yourself from this list, send a mail with the content unsubscribe to the address mirrorbrain-commits-request_at_mirrorbrain.orgReceived on 2009-03-02Z00:46:05
This archive was generated by hypermail 2.2.0 : 2009-07-10Z19:18:12 GMT