mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
python: PEP 8: miscellaneous indentation fixes
Small fixes for few remaining indentation issues. No behaviour changes.
This commit is contained in:
@@ -40,7 +40,7 @@ class Test420LogMessages(unittest.TestCase):
|
||||
|
||||
# Register an event callback for all log messages.
|
||||
events = guestfs.EVENT_APPLIANCE | guestfs.EVENT_LIBRARY \
|
||||
| guestfs.EVENT_WARNING | guestfs.EVENT_TRACE
|
||||
| guestfs.EVENT_WARNING | guestfs.EVENT_TRACE
|
||||
g.set_event_callback(log_callback, events)
|
||||
|
||||
# Now make sure we see some messages.
|
||||
|
||||
@@ -29,7 +29,8 @@ import guestfs
|
||||
from .tests_helper import *
|
||||
|
||||
|
||||
@skipUnlessArchMatches("(i.86|x86_64)") # If the architecture doesn't support IDE, skip the test.
|
||||
# If the architecture doesn't support IDE, skip the test.
|
||||
@skipUnlessArchMatches("(i.86|x86_64)")
|
||||
@skipUnlessGuestfsBackendIs('libvirt')
|
||||
@skipUnlessLibvirtHasCPointer()
|
||||
class Test820RHBZ912499(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user