Code to get the D3M temp directory accessible by TA2/TA2
from os.path import join
from tworaven_apps.configurations.utils import \
(get_latest_d3m_config,)
d3m_config = get_latest_d3m_config()
if not d3m_config:
#!/usr/bin/env python | |
from gimpfu import * | |
import os | |
import os.path | |
import glob | |
import sys | |
# This adds the suffix to the end of the file | |
def modify_path(image, insertion): |
Code to get the D3M temp directory accessible by TA2/TA2
from os.path import join
from tworaven_apps.configurations.utils import \
(get_latest_d3m_config,)
d3m_config = get_latest_d3m_config()
if not d3m_config: