tools: Move test-emoji-name-scripts into subdirectory.

This commit is contained in:
Tim Abbott 2020-04-21 16:19:45 -07:00
parent 837369d339
commit b5f2ba5566
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import subprocess
import shutil
import tempfile
TOOLS_DIR = os.path.abspath(os.path.dirname(__file__))
TOOLS_DIR = os.path.abspath(os.path.dirname(os.path.dirname(os.path.dirname(__file__))))
def generate_files(source_file: str, tmp_dir: str) -> None:
# Copy the source CSV file to out temporary test directory.