Skip to content

Commit

Permalink
Fixed shuffle tools to also use shuffle_sdk instead of old docker con…
Browse files Browse the repository at this point in the history
…tainer source
  • Loading branch information
frikky committed Jan 29, 2025
1 parent cd5062a commit 294a37d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion shuffle-tools/1.2.0/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ json2xml==5.0.5
ipaddress==1.0.23
google.auth==2.37.0
paramiko==3.5.0
shuffle-sdk==0.0.8
shuffle-sdk==0.0.10
4 changes: 2 additions & 2 deletions shuffle-tools/1.2.0/src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
import concurrent.futures
import multiprocessing

from walkoff_app_sdk.app_base import AppBase
#from shuffle_sdk import AppBase
#from walkoff_app_sdk.app_base import AppBase
from shuffle_sdk import AppBase

# Override exit(), sys.exit, and os._exit
# sys.exit() can be caught, meaning we can have a custom handler for it
Expand Down

0 comments on commit 294a37d

Please sign in to comment.