Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug in Loader.open method #194

Merged
merged 1 commit into from
Aug 5, 2018
Merged

Conversation

uhho
Copy link
Contributor

@uhho uhho commented Aug 1, 2018

os.path.remove(path) is throwing an error.
Should be os.remove(path).

`os.path.remove(path)` is throwing an error.
Should be `os.remove(path)`.
@brandon-rhodes
Copy link
Member

Thanks! As I was writing this code, I was planning how I'll write some tests for it as a next goal for Skyfield, and obviously it needed them.

@brandon-rhodes brandon-rhodes merged commit 18e92ff into skyfielders:master Aug 5, 2018
@uhho uhho deleted the patch-1 branch August 7, 2018 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants