-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…#367) Include a method to access the file path of the `FitsFile`. During my investigation I found that there was no reason to make it optional. Given this, I have made the field/function return non-optional as well. Also: it is stored as a `PathBuf` internally, and inherently refers to a path on disk, so let's return a `Path` in that case. Closes #366
- Loading branch information
Showing
2 changed files
with
69 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters