[fix] Cosmetic
This commit is contained in:
		
							父節點
							
								
									806d932467
								
							
						
					
					
						當前提交
						e50a704785
					
				@ -73,12 +73,12 @@ templateEnv = jinja2.Environment(loader=templateLoader)
 | 
			
		||||
 | 
			
		||||
# Exit if csv file does not exist
 | 
			
		||||
if( not isfile( csv_file ) ):
 | 
			
		||||
  print("Couldn't find CSV file {}.".format(template_file))
 | 
			
		||||
  print("Couldn't find CSV file '{}'. Exiting.".format(template_file))
 | 
			
		||||
  os._exit(2)
 | 
			
		||||
 | 
			
		||||
# Exit if template does not exist
 | 
			
		||||
if( not isfile( template_file ) ):
 | 
			
		||||
  print("Couldn't find template file {}.".format(template_file))
 | 
			
		||||
  print("Couldn't find template file '{}'. Exiting.".format(template_file))
 | 
			
		||||
  os._exit(2)
 | 
			
		||||
 | 
			
		||||
# Exit if lastseen path doesn't exist
 | 
			
		||||
 | 
			
		||||
		載入中…
	
	
			
			x
			
			
		
	
		新增問題並參考
	
	Block a user