Prechádzať zdrojové kódy

close FTP connection

[SVN r27992]
Aleksey Gurtovoy 21 rokov pred
rodič
commit
c819726b5c

+ 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号