Skip to content

Commit

Permalink
Merge pull request #327 from helxplatform/dug-merge
Browse files Browse the repository at this point in the history
Dug merge
  • Loading branch information
YaphetKG authored Oct 24, 2023
2 parents 10676a6 + 488623d commit cefb090
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = dug
version = attr: dug.__version__
author = Renaissance Computing Institute
author = Renaissance Computing Institute + RTI
description = Digging up data
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 0 additions & 2 deletions src/dug/core/crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,4 @@ def expand_to_dug_element(self,
)
element.add_concept(concept)
elements.append(element)
print("okkkkkkaaayyy")
print(concept.identifiers.items())
return elements

0 comments on commit cefb090

Please sign in to comment.