Skip to content

Commit 650458b

Browse files
author
kkumara3
committed
fixed tabs and spaces issue in commit/replace
1 parent 74857bb commit 650458b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/cisco_grpc_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ def commitreplace(self, cli="", yangjson=""):
178178
:rtype: str
179179
"""
180180
if not cli:
181-
message = ems_grpc_pb2.CommitReplaceArgs(yangjson=yangjson)
181+
message = ems_grpc_pb2.CommitReplaceArgs(yangjson=yangjson)
182182
else:
183-
message = ems_grpc_pb2.CommitReplaceArgs(cli=cli)
183+
message = ems_grpc_pb2.CommitReplaceArgs(cli=cli)
184184
response = self._stub.CommitReplace(message, self._timeout, metadata=self._metadata)
185185
return response
186186

0 commit comments

Comments
 (0)