diff --git a/src/pe2loaddata/__main__.py b/src/pe2loaddata/__main__.py index 1589088..5e4df08 100644 --- a/src/pe2loaddata/__main__.py +++ b/src/pe2loaddata/__main__.py @@ -181,7 +181,7 @@ def headless( ) os.system( - 'paste -d "," {} {} > {}'.format( + 'paste -d "," "{}" "{}" > "{}"'.format( output, os.path.join(tmpdir, "illum.csv"), illum_output ) )