Fixed file open issue with gzip
svn: r364
This commit is contained in:
		@@ -125,7 +125,6 @@ def loadData(database, filename, callback=None):
 | 
				
			|||||||
        f.close()
 | 
					        f.close()
 | 
				
			||||||
    except IOError,msg:
 | 
					    except IOError,msg:
 | 
				
			||||||
        use_gzip = 0
 | 
					        use_gzip = 0
 | 
				
			||||||
        f.close()
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    try:
 | 
					    try:
 | 
				
			||||||
        if use_gzip:
 | 
					        if use_gzip:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user