Skip to content
This repository was archived by the owner on Sep 17, 2019. It is now read-only.

Commit cde3dba

Browse files
committed
Fixing pylama error
1 parent 6c16e3e commit cde3dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

napalm_base/clitools/cl_napalm_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def main():
3636
args.user,
3737
args.password,
3838
optional_args=optional_args) as device:
39-
logger.debug('Successfully connected to the device: {}'.format(args.hostname))
39+
logger.debug('Successfully connected to the device: {}'.format(device.hostname))
4040
print('Successfully connected to the device')
4141
sys.exit(0)
4242

0 commit comments

Comments
 (0)