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

conjunctions.py crash #17

Closed
teridon opened this issue Dec 3, 2020 · 1 comment
Closed

conjunctions.py crash #17

teridon opened this issue Dec 3, 2020 · 1 comment

Comments

@teridon
Copy link

teridon commented Dec 3, 2020

I changed the start and end dates and it crashes almost immediately:

$ python3 conjunctions.py
Looking for planetary events between 2018-01-01 and 2021-01-01:

Traceback (most recent call last):
  File "conjunctions.py", line 658, in <module>
    run(start, end, observer, toolate, output_format)
  File "conjunctions.py", line 556, in run
    observer.date, sep)
  File "conjunctions.py", line 298, in add
    self.clist.delete(cc)
AttributeError: 'list' object has no attribute 'delete'
@akkana
Copy link
Owner

akkana commented Dec 3, 2020

Oops! Should be fixed now.

@akkana akkana closed this as completed Dec 3, 2020
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

No branches or pull requests

2 participants