Skip to content

Commit

Permalink
remove tmp dir for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jardon committed Oct 20, 2024
1 parent d4440a9 commit 8948ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vanilla_first_setup/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def __on_page_changed(self, *args):

# process the commands
res = Processor.get_setup_commands(
self.recipe.get("log_file", "/tmp/vanilla_first_setup.log"),
self.recipe.get("log_file"),
self.recipe.get("pre_run", []),
self.recipe.get("post_run"),
commands,
Expand Down

0 comments on commit 8948ab0

Please sign in to comment.