Skip to content

Commit

Permalink
renamed vars
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenZcience committed Jan 26, 2024
1 parent e3f2cf5 commit b8c6147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cat_win/cat.py
Original file line number Diff line number Diff line change
Expand Up @@ -1281,9 +1281,9 @@ def _command_add(self, cmd: list) -> None:
holder.add_args(arg_parser.get_args())
show_unknown_args_suggestions(shell=True)
self.exec_colors()
_removed = [arg for _, arg in arg_parser.get_args()] \
_added= [arg for _, arg in arg_parser.get_args()] \
if arg_parser.get_args() else 'parameter(s)'
print(f"successfully added {_removed}.")
print(f"successfully added {_added}.")

def _command_del(self, cmd: list) -> None:
arg_parser.gen_arguments([''] + cmd, True)
Expand Down

0 comments on commit b8c6147

Please sign in to comment.