[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[minion-cvs] Appease pychecker



Update of /home/minion/cvsroot/src/minion/lib/mixminion/directory
In directory moria.mit.edu:/tmp/cvs-serv15281/lib/mixminion/directory

Modified Files:
	ServerList.py 
Log Message:
Appease pychecker

Index: ServerList.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/directory/ServerList.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ServerList.py	3 Jan 2003 08:25:48 -0000	1.3
+++ ServerList.py	3 Jan 2003 08:47:28 -0000	1.4
@@ -90,7 +90,7 @@
         if stringContains(server, "[Server]"):
             contents = server
         else:
-            contents = readPossiblyGzippedFile(fname)
+            contents = readPossiblyGzippedFile(server)
 
         server = ServerInfo(string=contents, assumeValid=0)