RudoRoemer / PDB2MovieWeb

Web-based front- and backend for PDB2Movie scripts
GNU General Public License v3.0
1 stars 1 forks source link

Removal of generated files after request completion or cancellation not properly removed. #21

Closed SamMoffat closed 6 years ago

SamMoffat commented 6 years ago

contents of pdb_des and pdb_tmp are not emptied upon request cancellation or completion, despite the rm commands being there. When manually ran after the process, this is successful. Debugging required.

RudoRoemer commented 6 years ago

Maybe you just have to use "rm -f"?

Rudo Römer (roaming on +44 7984353749)


From: SamMoffat notifications@github.com Sent: Wednesday, May 16, 2018 12:53:25 PM To: RudoRoemer/PDB2MovieWeb Cc: Subscribed Subject: [RudoRoemer/PDB2MovieWeb] Removal of generated files after request completion or cancellation not properly removed. (#21)

contents of pdb_des and pdb_tmp are not emptied upon request cancellation or completion, despite the rm commands being there. When manually ran after the process, this is successful. Debugging required.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/RudoRoemer/PDB2MovieWeb/issues/21, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AGvfSnGzKYwRAdHqFVjfAQXqxvm0DIpqks5tzBM1gaJpZM4UBKiE.

SamMoffat commented 6 years ago

Doesn't seem to be write protected, I suspect it may be an issue of the directory the process is in at the time.

SamMoffat commented 6 years ago

The queue removal of the file did not require a directory, but the files were being deleted relative to the script, this has been fixed in the most recent pull request.