Просмотр исходного кода

close FTP connection

[SVN r27992]
Aleksey Gurtovoy 21 лет назад
Родитель
Сommit
c819726b5c
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      tools/regression/xsl_reports/boost_wide_report.py

+ 2 - 1
tools/regression/xsl_reports/boost_wide_report.py

@@ -147,7 +147,8 @@ def ftp_task( site, site_path , destination ):
         result.close()
         m = time.mktime( find_by_name( source_content, source ).date )
         os.utime( os.path.join( destination, source ), ( m, m ) )
-        
+
+    f.quit()        
     
 
 

粤ICP备19079148号