Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stray quote character ' during import #9588

Closed
2 tasks done
no-preserve-root opened this issue Jan 30, 2023 · 1 comment · Fixed by #9590
Closed
2 tasks done

Stray quote character ' during import #9588

no-preserve-root opened this issue Jan 30, 2023 · 1 comment · Fixed by #9590
Labels
component: import-load [outdated] type: bug Confirmed bugs or reports that are very likely to be bugs

Comments

@no-preserve-root
Copy link
Contributor

JabRef version

5.9 (latest release)

Operating system

GNU / Linux

Details on version and operating system

Manjaro 22.0.1

Checked with the latest development build

  • I made a backup of my libraries before testing the latest development version.
  • I have tested the latest development version and the problem persists

Steps to reproduce the behaviour

  1. Create a Bibliography, make sure browser import works
  2. Open a supported publication
  3. Click import in browser, accept in JabRef
  4. Examine BibTeX source code
  5. Note ' character in first line

Appendix

Debugging yields no clear results for me; I suspect that in jabrefHost.py, line 99, the argument is overquoted. The argument should never be shell-expanded, so the quote should end up in the data transferred to JabRef. Interestingly, the quotes are absent from the MacOS host script.

This may be the cause of the quotes encountered in #9582 .

@Siedlerchr
Copy link
Member

Thanks for the hint! Feel free to modify the script and create a PR!

@Siedlerchr Siedlerchr added [outdated] type: bug Confirmed bugs or reports that are very likely to be bugs component: import-load labels Jan 30, 2023
@github-project-automation github-project-automation bot moved this to Normal priority in Prioritization Jan 30, 2023
no-preserve-root added a commit to no-preserve-root/jabref that referenced this issue Jan 31, 2023
@github-project-automation github-project-automation bot moved this from Normal priority to Done in Prioritization Feb 1, 2023
calixtus pushed a commit that referenced this issue Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: import-load [outdated] type: bug Confirmed bugs or reports that are very likely to be bugs
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants