Skip to content

Commit

Permalink
Add some prints in the script itself
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Conjeaud committed Oct 30, 2023
1 parent 1f1aac5 commit 50a829d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions neomodel/scripts/neomodel_inspect_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ def inspect_database(bolt_url):

for label in node_labels:
class_name = clean_class_member_key(label)
print(class_name)
properties = NodeInspector.get_properties_for_label(label)
unique_properties = NodeInspector.get_constraints_for_label(label)
indexed_properties = NodeInspector.get_indexed_properties_for_label(label)
Expand Down
1 change: 0 additions & 1 deletion test/test_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ def test_neomodel_inspect_database():
check=False,
)

print(result.stdout)
wrapped_console_output = [
line for line in result.stdout.splitlines() if line.strip()
]
Expand Down

0 comments on commit 50a829d

Please sign in to comment.