-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct file cleanup, Python 2.4-compatible
Amends e532cb1
- Loading branch information
Dario Berzano
committed
May 16, 2014
1 parent
e4ce819
commit 51ffae4
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51ffae4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jblomer: this should properly clean up the file in Python 2.4 when going out of the scope. There are other
with
statements around (invaf-setup
andelastiq-setup
plugins) but they are meant to be processed with at least RHEL 6, so I would not worry.51ffae4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Published.