Skip to content

Commit

Permalink
fix:dev: kein löschen
Browse files Browse the repository at this point in the history
  • Loading branch information
Skulli committed Feb 20, 2025
1 parent d791060 commit 670be62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/secretariat/export/zugferd_pdf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ def self.combine_files(source_pdf:, source_xml:, output_filename: output_filenam
rescue => e
logger.error("Error during file combination: #{e.message}")
raise e
ensure
File.delete(output_file_path) if output_dir == Dir.tmpdir && File.exist?(output_file_path)
#ensure
# File.delete(output_file_path) if output_dir == Dir.tmpdir && File.exist?(output_file_path)
end
end

Expand Down

0 comments on commit 670be62

Please sign in to comment.