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

inv2dlsv crash #7

Closed
a-oth opened this issue Jun 25, 2020 · 1 comment
Closed

inv2dlsv crash #7

a-oth opened this issue Jun 25, 2020 · 1 comment

Comments

@a-oth
Copy link

a-oth commented Jun 25, 2020

When I run inv2dlsv, it crashes with the following traceback:

traceback (most recent call last):
  File "/Users/seiscomp/seiscomp/bin/inv2dlsv", line 21, in <module>
    from seiscomp.legacy.db.seiscomp import sc3wrap
ModuleNotFoundError: No module named 'seiscomp.legacy.db.seiscomp'

I think there is just a small typo (2 too many seiscomp3 -> seiscomp changes, if I am correct) in lines 21 & 22 of inv2dlsv, which should read:

from seiscomp.legacy.db.seiscomp3 import sc3wrap
from seiscomp.legacy.db.seiscomp3.inventory import Inventory
@andres-h
Copy link
Contributor

Fixed, thanks for reporting!

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