Skip to content

Commit 39b3c17

Browse files
author
Memo Ugurbil
committed
comply with posix standard
1 parent d0c07ba commit 39b3c17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/nillion/nillion_game_sdk/nillion_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,5 +364,5 @@ def data_download(self, args: dict[str, Any]) -> list[dict]:
364364
decrypted.append(nilql.unify(self.key, shares[k]))
365365
return decrypted
366366
except Exception as e:
367-
print(f"Error retrieving records in node: {e!r}")
367+
print(f"Error retrieving records in node: {e!r}\n")
368368
return []

plugins/nillion/nillion_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@
5959

6060
data = plugin.data_download(prompt)
6161

62-
print(f"{data=}")
62+
print(f"{data=}\n")

0 commit comments

Comments
 (0)