Skip to content

Commit

Permalink
Merge pull request #45 from neo4j-product-examples/fix-gds-node-labels
Browse files Browse the repository at this point in the history
Fixing Node Label Issue in GDS Projection
  • Loading branch information
zach-blumenfeld authored Sep 24, 2024
2 parents c6dfea2 + 262f191 commit 0bee157
Show file tree
Hide file tree
Showing 3 changed files with 440 additions and 429 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/aura.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def wait_for_status(self, instance_id, status=None, time_out=300):
while current_status != status and time.time() - start <= time_out:
time.sleep(20)
current_status = self.status(instance_id)
logger.info("Waiting: {} {}".format(instance_id, status))
logger.info("Waiting: {} {}".format(instance_id, current_status))
return current_status


Expand Down
Loading

0 comments on commit 0bee157

Please sign in to comment.