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

ph5tostationxml - only add a network, station, or channel to the inventory if it hasn't already been added #126

Closed
nick-falco opened this issue Aug 30, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@nick-falco
Copy link
Collaborator

nick-falco commented Aug 30, 2017

I found a bug in the current ph5tostationxml implementation where if you supply a list of duplicate requests it adds them to the inventory more than one time. This causes the program to produce StationXML containing duplicates. The good news is that for the command line version of the program this shouldn't have affected anything since only one request gets processed at a time, but I had to revert the web services back to the stable v4.0.2.

We need to add a check in ph5tostationxml to only add a network, station, or channel to the inventory if it hasn't already been added.

@nick-falco nick-falco added the bug label Aug 30, 2017
@nick-falco nick-falco added this to the v4.0.3 milestone Aug 30, 2017
@nick-falco nick-falco modified the milestones: v4.0.4, v4.0.3 Sep 7, 2017
nick-falco added a commit that referenced this issue Sep 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants