2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-07 05:15:34 +00:00

Remove trailing spaces in file xCAT-OpenStack-ironic/ironic_baremetal/ironic/drivers/modules/xcat_util.py

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 4605659211
commit b048bf5972

View File

@ -107,4 +107,4 @@ def exec_xcatcmd(driver_info, command, args):
args=args)
finally:
LAST_CMD_TIME[driver_info['xcat_node']] = time.time()
return out, err
return out, err