Skip to content

Commit 73a376b

Browse files
committed
TASK data moved to project level isntead of examples an anti pattern but want to run something
1 parent 38524a2 commit 73a376b

File tree

3 files changed

+40372
-1
lines changed

3 files changed

+40372
-1
lines changed

lat2db/controller/get_machine_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def get_config_filename(module_name: str, filename: str):
4646
'''Get the configuration filename using pkg_resources
4747
'''
4848
from importlib.resources import files
49-
path = files(module_name).parent / 'examples' / 'pyat' / filename
49+
path = files(module_name) / 'db' / filename
5050
logger.info('Config file expected at %s', path)
5151
return path
5252

0 commit comments

Comments
 (0)