Skip to content

Commit

Permalink
Resolving static filepaths
Browse files Browse the repository at this point in the history
  • Loading branch information
mikicz committed Jan 21, 2018
1 parent bd59f44 commit d081355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arca/_arca.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ def static_filename(self, repo: str, branch: str, relative_path: Union[str, Path
_, repo_path = self.get_files(repo, branch)

result = repo_path / relative_path
result = result.resolve()

logger.info("Static path for %s is %s", relative_path, result)

Expand Down

0 comments on commit d081355

Please sign in to comment.