pep8 fix for Shippable

pull/23669/head
Nathaniel Case 8 years ago
parent bbb9f3164c
commit e1dcc01d3a

@ -81,6 +81,7 @@ status:
from ansible.module_utils.nxos import nxos_argument_spec, run_commands
from ansible.module_utils.basic import AnsibleModule
def checkpoint(filename, module):
commands = ['terminal dont-ask', 'checkpoint file %s' % filename]
run_commands(module, commands)

Loading…
Cancel
Save