forked from ganeti/ganeti
-
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.
fixed usage of NamedTemporaryFile with Python 3 in testsuite
The Ganeti QA testsuite makes use of NamedTemporaryFile in several places. With Python 3, the i/o mode needs to be either binary (default) or string. The QA testsuite only needs string modes so the code was fixed accordingly. Signed-off-by: Rudolph Bott <bott@sipgate.de>
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
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
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