Skip to content

Commit

Permalink
fix small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenZcience committed Oct 29, 2024
1 parent 790ec78 commit 44c0cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cat_win/src/cat.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ def edit_content(content: list, file_index: int = 0, line_offset: int = 0) -> No
# in any case we have nothing to do and can return
return

if u_args[ARGS_STRINGS]:
if u_args[ARGS_STRINGS] and not u_args[ARGS_RAW]:
content = get_strings(content,
const_dic[DKW.STRINGS_MIN_SEQUENCE_LENGTH],
const_dic[DKW.STRINGS_DELIMETER])
Expand Down

0 comments on commit 44c0cac

Please sign in to comment.