mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
Fix a few minor ifquery check failures
Ticket: CM-3346 Reviewed By: Testing Done: Tested ifupdown2 sanity and query check failures.
This commit is contained in:
@@ -1221,7 +1221,6 @@ class ifupdownMain(ifupdownBase):
|
||||
ifaceobjs = []
|
||||
ret = self._get_ifaceobjscurr_pretty(ifacenames, ifaceobjs)
|
||||
if not ifaceobjs: return
|
||||
self.logger.debug(ifaceobjs)
|
||||
if format == 'json':
|
||||
print json.dumps(ifaceobjs, cls=ifaceJsonEncoder, indent=2,
|
||||
separators=(',', ': '))
|
||||
|
Reference in New Issue
Block a user