Modification pour compiler les documents latex

This commit is contained in:
2020-08-19 08:47:06 +02:00
parent 1a9077fa01
commit 8d926f53a1
5 changed files with 10 additions and 3 deletions

View File

@ -55,6 +55,10 @@ def get_workspace_subdir(subdir):
os.makedirs(dir_path, exist_ok=True)
return dir_path
def get_datasets_dir():
return os.path.realpath(os.path.dirname(os.path.abspath(__file__)) + "/../datasets")
def run(cmd, captureOutput=False, pty=False, debug=False, **kwargs):
"""Execute an arbitrary command on the system"""
if debug: