[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r20738: {projects} Remove redudant line that pylint was supposed to find. Bad p (projects/archives/trunk/exonerator)
Author: kloesing
Date: 2009-10-03 18:53:39 -0400 (Sat, 03 Oct 2009)
New Revision: 20738
Modified:
projects/archives/trunk/exonerator/exonerator.py
Log:
Remove redudant line that pylint was supposed to find. Bad pylint.
Modified: projects/archives/trunk/exonerator/exonerator.py
===================================================================
--- projects/archives/trunk/exonerator/exonerator.py 2009-10-03 22:47:59 UTC (rev 20737)
+++ projects/archives/trunk/exonerator/exonerator.py 2009-10-03 22:53:39 UTC (rev 20738)
@@ -123,7 +123,6 @@
"Please download these archives and extract them to your " \
"data directory. Be sure NOT to rename the extracted " \
"directories or the contained files."
- missingFiles = list()
for requiredDir in sorted(requiredDirs):
print " %s.tar.bz2" % requiredDir
sys.exit()