Skip to content
Snippets Groups Projects
Commit ea2b1a61 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Change PROPOSAL xsec table dir to

parent 8335f027
No related branches found
No related tags found
1 merge request!20Proposal 7
Pipeline #23626 canceled
This commit is part of merge request !20. Comments created here will be created in the context of that merge request.
......@@ -15,6 +15,7 @@ from . import IMAGE_NAME
from .environment import build_image
import mendeleev
import xml.etree.ElementTree as ElementTree
import tempfile
__author__ = "Johannes Schumann"
__copyright__ = "Copyright 2020, Johannes Schumann and the KM3NeT collaboration."
......@@ -101,7 +102,7 @@ class Config(object):
@property
def proposal_itp_tables(self):
default_path = abspath(join(dirname(__file__), "../.tables"))
default_path = tempfile.gettempdir()
return self.get(PROPOSAL_SECTION, PROPOSAL_ITP_PATH_KEY, default_path)
@proposal_itp_tables.setter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment