]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toaster: fix incorrect file mode
authorEd Bartosh <ed.bartosh@linux.intel.com>
Tue, 7 Jun 2016 15:37:25 +0000 (16:37 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Jun 2016 10:08:58 +0000 (11:08 +0100)
commiteb23a84e079125a08d0c8e910f7035ad9584c432
tree78fbf43199b95059796fe54877c635e05ebdf873
parent3566ecc3ae682358d1fc58bdc0bed5cbed5e9608
toaster: fix incorrect file mode

Python 3 complains about 'wa' mode this way:
 ValueError: must have exactly one of create/read/write/append mode

Fixed by using 'a' mode.

[YOCTO #9584]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
lib/toaster/toastergui/tests.py