We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Additional context In plip.structure.preparation.PDBComplex, the tmpfile created without clean up code?
plip.structure.preparation.PDBComplex
pdbpath_fixed = tmpfile(prefix='plipfixed.' + basename + '_', direc=self.output_path)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
tmpfile created in plip.structure.preparation.PDBComplex is not deleted upon program exit
To Reproduce
Steps to reproduce the behavior:
Expected behavior
tmpfile deleted.
Python package:
Additional context
In
plip.structure.preparation.PDBComplex
, the tmpfile created without clean up code?The text was updated successfully, but these errors were encountered: