orca icon indicating copy to clipboard operation
orca copied to clipboard

Filenames with dots are not working correctly

Open bgottschall opened this issue 4 years ago • 0 comments

Orca removes everything from a filename after the first dot:

orca-1.3.1.AppImage graph myplot.json --output-dir ./ --output 'myplot.test' --format pdf

Expected filename : myplot.test.pdf Actual filename: myplot.pdf

bgottschall avatar Feb 10 '21 10:02 bgottschall