diff --git a/km3buu/config.py b/km3buu/config.py index f490093fbbcb8bf5eaf5485fcdf5fea3291ae109..e4d5acfdc59ec15ede970b5557a6690c5b151937 100644 --- a/km3buu/config.py +++ b/km3buu/config.py @@ -90,7 +90,8 @@ class Config(object): @property def proposal_itp_tables(self): - return self.get(PROPOSAL_SECTION, "itp_table_path") + default_path = abspath(join(dirname(__file__), "../.tables")) + return self.get(PROPOSAL_SECTION, "itp_table_path", default_path) @proposal_itp_tables.setter def proposal_itp_tables(self, value):