Sfoglia il codice sorgente

bug fix

[SVN r23688]
Aleksey Gurtovoy 22 anni fa
parent
commit
447839ce6b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tools/regression/xsl_reports/utils/sourceforge.py

+ 1 - 1
tools/regression/xsl_reports/utils/sourceforge.py

@@ -39,7 +39,7 @@ def checked_system( commands, user, background = False ):
 def untar( archive, user, background ):
     checked_system( 
           [
-              'cd %s' % os.path.dirname( archive )
+              'cd %s' % os.path.join( site_dir, os.path.dirname( archive ) )
             , 'tar -x -z --overwrite --mode=+w -f %s' % os.path.basename( archive )
             , 'rm -f %s' % archive
             ]

粤ICP备19079148号