Removed split
method from SolarRunResult
This commit is contained in:
parent
c392085833
commit
f96a339108
@ -49,7 +49,7 @@ class LibrarianPuppet(object):
|
||||
branch=git['branch']
|
||||
)
|
||||
|
||||
modules = puppetlabs.split('\n')
|
||||
modules = puppetlabs.stdout.split('\n')
|
||||
|
||||
# remove forge entry
|
||||
modules = [module for module in modules if not module.startswith('forge')]
|
||||
|
@ -74,9 +74,6 @@ class SolarRunResult(object):
|
||||
return str(self.stderr)
|
||||
return str(self.stdout)
|
||||
|
||||
def split(self, *args, **kwargs):
|
||||
return self.stdout.split(*args, **kwargs)
|
||||
|
||||
|
||||
class SolarTransport(object):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user