mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lintfix
This commit is contained in:
parent
96423076b1
commit
fe300ccf73
3 changed files with 2 additions and 3 deletions
|
@ -36,4 +36,4 @@ class SIException(Exception):
|
|||
class InspectorKiwiProcessorException(Exception):
|
||||
'''
|
||||
Kiwi builder/exporter exception.
|
||||
'''
|
||||
'''
|
||||
|
|
|
@ -239,4 +239,4 @@ class KiwiExporter(object):
|
|||
root.set('schemaversion', '6.3')
|
||||
root.set('name', self.name)
|
||||
|
||||
return root
|
||||
return root
|
||||
|
|
|
@ -78,7 +78,6 @@ class InspectorCollectorTestCase(TestCase):
|
|||
self.assertEqual(inspector._get_unmanaged_files(managed=managed, system_all=system_all),
|
||||
([], ['E'], ['G', 'H']))
|
||||
|
||||
|
||||
def test_pkg_get(self):
|
||||
'''
|
||||
Test if grains switching the pkg get method.
|
||||
|
|
Loading…
Add table
Reference in a new issue