Skip to content

Commit

Permalink
Merge pull request #86 from fact-project/fix85
Browse files Browse the repository at this point in the history
adapt to new interface of tree_path
  • Loading branch information
jebuss authored Nov 14, 2017
2 parents d38a708 + 72f2644 commit 8386a31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fact/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.0
0.14.1
3 changes: 2 additions & 1 deletion fact/auxservices/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ class AuxService:
def __init__(self, auxdir='/fact/aux'):
self.path = partial(
tree_path,
base_dir=auxdir,
run=None,
prefix=auxdir,
suffix='.' + self.basename + '.fits')

@classmethod
Expand Down

0 comments on commit 8386a31

Please sign in to comment.