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

AttributeError: 'str' object has no attribute 'namespaces' #294

Open
kevinkle opened this issue May 24, 2018 · 0 comments
Open

AttributeError: 'str' object has no attribute 'namespaces' #294

kevinkle opened this issue May 24, 2018 · 0 comments

Comments

@kevinkle
Copy link
Member

https://sentry.io/superphy/spfy/issues/562192633/

AttributeError: 'str' object has no attribute 'namespaces'
  File "rq/worker.py", line 700, in perform_job
    rv = job.perform()
  File "rq/job.py", line 500, in perform
    self._result = self.func(*self.args, **self.kwargs)
  File "modules/phylotyper/phylotyper.py", line 83, in phylotyper
    markerseqs = MarkerSequences(loci, job_id, job_turtle, job_ectyper_datastruct_vf, redis_conn)
  File "modules/phylotyper/sequences.py", line 140, in __init__
    self.graph = g + fetch_job(job_id, redis_conn).result + fetch_job(job_turtle, redis_conn).result + fetch_job(job_ectyper_datastruct_vf, redis_conn).result
  File "rdflib/graph.py", line 572, in __add__
    list(self.namespaces()) + list(other.namespaces())):

AttributeError: 'str' object has no attribute 'namespaces'
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

1 participant