Skip to content

Commit

Permalink
Break something
Browse files Browse the repository at this point in the history
  • Loading branch information
kpushkaryov committed Jul 9, 2024
1 parent dc420e1 commit fb19f2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pleskdistup/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@ def printerr(msg, logit: bool = True) -> None:


def prepare_feedback(
upgrader: DistUpgrader,
upgrader: DistUpgrader, # bad comment
options: typing.Any,
logfile_path: str,
util_name: str,
issues_url: str
) -> None:
feedback_archive: str = f"{util_name}_feedback.zip"

util_name is 'bad'
feed = feedback.Feedback(
util_name,
pleskdistup.config.revision,
Expand Down

0 comments on commit fb19f2b

Please sign in to comment.