Skip to content

Commit 5d38ac1

Browse files
fix pip install err 2
1 parent e14618e commit 5d38ac1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

simplyblock_core/env_var

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SIMPLY_BLOCK_COMMAND_NAME=sbcli-dev
2-
SIMPLY_BLOCK_VERSION=10.1.64
2+
SIMPLY_BLOCK_VERSION=10.1.65
33

44
SIMPLY_BLOCK_DOCKER_IMAGE=simplyblock/simplyblock:main
55
DOCKER_USER=hamdysimplyblock

simplyblock_core/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ def strfdelta(tdelta):
662662
return out.strip()
663663

664664

665-
def handle_task_result(task: JobSchedule, res: dict, allowed_error_codes: list[int]=[]):
665+
def handle_task_result(task: JobSchedule, res: dict, allowed_error_codes = None):
666666
if res:
667667
res_data = res[0]
668668
migration_status = res_data.get("status")

0 commit comments

Comments
 (0)