Open ifohancroft opened 3 years ago
Basically, when I run pdfmted-editor <book-name> in the terminal, I get:
pdfmted-editor <book-name>
Processing 1 of 1 File "", line 1 import gio; import sys; print Gio.File(sys.argv[1]).query_info('*').get_attribute_byte_string ('''thumbnail::path''') ^ SyntaxError: invalid syntax
Apparently I have fixed this on my local copy. I need to see how and send a PR with the fix.
Basically, when I run
pdfmted-editor <book-name>
in the terminal, I get:Processing 1 of 1 File "", line 1
import gio; import sys; print Gio.File(sys.argv[1]).query_info('*').get_attribute_byte_string ('''thumbnail::path''')
^
SyntaxError: invalid syntax
Original metadata: