Skip to content

Commit 9f1c736

Browse files
committed
Bumped Shuffle Tools to use the actual SDK and not required walkoff app sdk anymore. Will be a fun experiment :)
1 parent efc306f commit 9f1c736

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

shuffle-tools/1.2.0/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ json2xml==5.0.5
88
ipaddress==1.0.23
99
google.auth==2.37.0
1010
paramiko==3.5.0
11-
shuffle-sdk==0.0.6
11+
shuffle-sdk==0.0.8

shuffle-tools/1.2.0/src/app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,8 @@ def custom_print(*args, **kwargs):
594594
# Add globals in it too
595595
globals_copy = globals().copy()
596596
globals_copy["print"] = custom_print
597+
globals_copy["singul"] = self.singul
598+
globals_copy["shuffle"] = self.singul
597599

598600
# Add self to globals_copy
599601
for key, value in locals().copy().items():

0 commit comments

Comments
 (0)