Skip to content

Commit

Permalink
Added quotes to names of snippy output dirs for snippy-core
Browse files Browse the repository at this point in the history
  • Loading branch information
Slugger70 authored and nsoranzo committed Jul 18, 2019
1 parent 30a6105 commit d4e7f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/snippy/snippy-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#set $sample_name = os.path.splitext(os.path.basename(str($indir.name)))[0]
mkdir '$sample_name' && tar -xf '$indir' -C '$sample_name' --strip-components=1 &&
#end for
#set snippy_dirs = ' '.join([os.path.splitext(os.path.basename(str($indir.name)))[0] for $indir in $indirs])
#set snippy_dirs = ' '.join(['"{0}"'.format(os.path.splitext(os.path.basename(str($indir.name)))[0]) for $indir in $indirs])
snippy-core
--ref '$ref'
${snippy_dirs}
Expand Down

0 comments on commit d4e7f67

Please sign in to comment.