Skip to content

Commit

Permalink
fix resources.files typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sbailey committed Jan 3, 2024
1 parent e23aa49 commit 8d3b3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/desispec/exposure_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_qa_params() :
"""
global _qa_params
if _qa_params is None :
param_filename = resources('desispec').joinpath('data/qa/qa-params.yaml')
param_filename = resources.files('desispec').joinpath('data/qa/qa-params.yaml')
with open(param_filename) as f:
_qa_params = yaml.safe_load(f)
return _qa_params
Expand Down

0 comments on commit 8d3b3ff

Please sign in to comment.