Search, chat and research over parliamentary speeches and documents
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

8 lines
250 B

import os
import sys
def set_working_directory():
"""Set the working directory to project root."""
os.chdir(str(bootstrap.PROJECT_ROOT))
if str(bootstrap.PROJECT_ROOT) not in sys.path:
sys.path.append(str(bootstrap.PROJECT_ROOT))