chore: fix out_dir usage in upload-symbols.py

This commit is contained in:
Samuel Attard 2018-09-28 11:24:25 +10:00
parent 55765424f9
commit 37f405859f
4 changed files with 9 additions and 13 deletions

View file

@ -9,8 +9,6 @@ import sys
from lib.config import PLATFORM, get_target_arch, s3_config
from lib.util import safe_mkdir, scoped_cwd, s3put, get_out_dir, get_dist_dir
# TODO: Update this entire file to point at the correct file names in the out
# directory
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
DIST_DIR = get_dist_dir()
OUT_DIR = get_out_dir()