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

tmpfile created in PDBComplex is not deleted upon program exit #175

Open
BHM-Bob opened this issue Mar 22, 2025 · 0 comments
Open

tmpfile created in PDBComplex is not deleted upon program exit #175

BHM-Bob opened this issue Mar 22, 2025 · 0 comments

Comments

@BHM-Bob
Copy link

BHM-Bob commented Mar 22, 2025

Describe the bug
tmpfile created in plip.structure.preparation.PDBComplex is not deleted upon program exit

To Reproduce
Steps to reproduce the behavior:

    mol = PDBComplex()
    mol.load_pdb(pdb_string, as_string=True)

Expected behavior
tmpfile deleted.

Python package:

  • OS: Ubuntu 22.04
  • Version 2.4.0

Additional context
In plip.structure.preparation.PDBComplex, the tmpfile created without clean up code?

pdbpath_fixed = tmpfile(prefix='plipfixed.' + basename + '_', direc=self.output_path)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant