Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Sep 8, 2024
1 parent a959932 commit adcbb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ostap/tools/tmva.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def xml_files ( archive ) :
## tar.list()
xmls = [ f for f in xml_files ( tar ) ]
tmpdir = self.tempdir ( prefix = 'ostap-tmva-weights-' )
args { 'path' : tmpdir , 'members' : xml_files ( tar ) }
args = { 'path' : tmpdir , 'members' : xml_files ( tar ) }
if ( 3 , 12 ) < python_info : args [ 'filter' ] = 'data'
tar.extractall ( **args )
logger.debug ('Un-tar into temporary directory %s' % tmpdir )
Expand Down

0 comments on commit adcbb21

Please sign in to comment.