You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the data is passed directly. When there is space in data then it will be parsed as multiple strings. The fix is simple, i.e. change it to r"'{}'".format(data), as posted in NixOS/nixpkgs#162593 (comment), thanks to @koschtschei.
The text was updated successfully, but these errors were encountered:
JabRef version
5.6 (latest release)
Operating system
GNU / Linux
Details on version and operating system
NixOS
Checked with the latest development build
Steps to reproduce the behaviour
Appendix
In
jabref/buildres/linux/jabrefHost.py
Line 77 in 3c2aae9
r"'{}'".format(data)
, as posted in NixOS/nixpkgs#162593 (comment), thanks to @koschtschei.The text was updated successfully, but these errors were encountered: