Skip to content

Commit

Permalink
Lint: Fix f-string-missing-placeholders (F541)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarasti committed Dec 2, 2024
1 parent 5eb7ffb commit 0525463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev_scripts/sign-assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ def main():
parser.add_argument(
"--version",
required=True,
help=f"look for assets with this Dangerzone version",
help="look for assets with this Dangerzone version",
)
parser.add_argument(
"dir",
help=f"look for assets in this directory",
help="look for assets in this directory",
)
args = parser.parse_args()
setup_logging()
Expand Down

0 comments on commit 0525463

Please sign in to comment.