Given files with the following: name / (extension)
- test_callisto_report.pdf / (gpg)
- test_callisto_report.pdf (1) / (gpg)
- test_callisto_report.pdf (2) / (gpg)
Which, for context, is how they would be named if you were to download test_callisto_report.pdf.gpg from an email several times. The decryption process fails to recognize and preserve the .pdf extension for every file beyond the first one. So you can output files like so: name / (extension)
- test_callisto_report / (pdf)
- test_callisto_report.pdf (1) / (None)
- test_callisto_report.pdf (2) / (None)
The ideal behavior here being that the software recognizes the pdf extension for all 3 files, and gives output like so: name / (extension)
- test_callisto_report / (pdf)
- test_callisto_report (1) / (pdf)
- test_callisto_report (2) / (pdf)