orca
orca copied to clipboard
Filenames with dots are not working correctly
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