Remove unused parameter from method arguments

pull/18777/head
Maciej Delmanowski 9 years ago committed by Matt Clay
parent b42bc91258
commit 6c4f50a2ea

@ -366,8 +366,8 @@ class VirtNetwork(object):
def define(self, entryid, xml): def define(self, entryid, xml):
return self.conn.define_from_xml(entryid, xml) return self.conn.define_from_xml(entryid, xml)
def info(self, facts_mode='info'): def info(self):
return self.facts(facts_mode) return self.facts(facts_mode='info')
def facts(self, facts_mode='facts'): def facts(self, facts_mode='facts'):
results = dict() results = dict()

Loading…
Cancel
Save