Skip to content

Commit

Permalink
Change default since /tmp is considered insecured
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Aug 22, 2023
1 parent 49af8e6 commit edd0d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper/src/fcc2zim/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def main():
"--tmp-dir",
type=str,
help="The temporary directory to hold temporary files during scraper operation",
default="/tmp", # noqa: S108
default="tmp",
)
parser.add_argument(
"--zimui-dist-dir",
Expand Down

0 comments on commit edd0d79

Please sign in to comment.