mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-09 04:08:52 -06:00
Move /data/raw dir into /normalization/, delete unused JSON data files
This commit is contained in:
@@ -26,7 +26,7 @@ TRUTH_DIR = os.path.join(CUR_DIR, 'truth')
|
||||
CHARACTERS_DIR = os.path.join(CUR_DIR, 'characters')
|
||||
EPISODES_DIR = os.path.join(TRUTH_DIR, 'episodes')
|
||||
COMPILE_DIR = os.path.join(CUR_DIR, 'compile')
|
||||
RAW_DIR = os.path.abspath(os.path.join(CUR_DIR, '..', 'data', 'raw'))
|
||||
RAW_DIR = os.path.abspath(os.path.join(CUR_DIR, 'raw'))
|
||||
|
||||
RAW_FILES = os.listdir(RAW_DIR)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user