Tests: disable file output for bl_keymap_validate.py

Left on by accident but should only be used when debugging output.
This commit is contained in:
Campbell Barton 2022-02-24 17:43:36 +11:00
parent fe4b53311a
commit 81df323df4
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ import bpy # type: ignore
# Useful for diffing the output to see what changed in context.
# this writes keymaps into the current directory with `.orig.py` & `.rewrite.py` extensions.
WRITE_OUTPUT_DIR = "/tmp/test" # "/tmp", defaults to the systems temp directory.
WRITE_OUTPUT_DIR = "" # "/tmp", defaults to the systems temp directory.
# For each preset, test all of these options.
# The key is the preset name, containing a sequence of (attribute, value) pairs to test.