mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Fix some pylint
This commit is contained in:
parent
9e73d6e4f0
commit
186d33d8c5
@ -94,7 +94,6 @@ class TestImageParser(unittest.TestCase):
|
||||
|
||||
actual_out = g.get_install_xml(install=False)
|
||||
expect_file = os.path.join(image2guestdir + fname)
|
||||
expect_out = utils.read_file(expect_file)
|
||||
|
||||
actual_out = actual_out.replace(os.getcwd(), "/tmp")
|
||||
utils.diff_compare(actual_out, expect_file)
|
||||
|
Loading…
Reference in New Issue
Block a user