Skip to content

Commit 0bee157

Browse files
Merge pull request #45 from neo4j-product-examples/fix-gds-node-labels
Fixing Node Label Issue in GDS Projection
2 parents c6dfea2 + 262f191 commit 0bee157

File tree

3 files changed

+440
-429
lines changed

3 files changed

+440
-429
lines changed

.github/scripts/aura.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def wait_for_status(self, instance_id, status=None, time_out=300):
8383
while current_status != status and time.time() - start <= time_out:
8484
time.sleep(20)
8585
current_status = self.status(instance_id)
86-
logger.info("Waiting: {} {}".format(instance_id, status))
86+
logger.info("Waiting: {} {}".format(instance_id, current_status))
8787
return current_status
8888

8989

0 commit comments

Comments
 (0)