Skip to content

Commit

Permalink
removed f-string
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Jun 27, 2024
1 parent fca51fb commit 292fbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def create_addon_package(
else:
zipf.write(src_file, dst_subpath)

log.info(f"Package created")
log.info("Package created")


def main(
Expand Down

0 comments on commit 292fbcc

Please sign in to comment.