Skip to content

Commit 803ea6c

Browse files
authored
Add files via upload
1 parent f9a737c commit 803ea6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ def __init__(self, task = None, autoRun=False, gApis = None, progressCallback=No
14221422
js = os.path.join(tmpCache, crcFile)
14231423
if os.path.exists(js):
14241424
b = open(js, 'rb').read()
1425-
if os.getenv("BOTVS_TASK_UUID") is None or "59e66cf62b8101af944f6a13c99bb638" in str(b):
1425+
if os.getenv("BOTVS_TASK_UUID") is None or "4b4e6b245fa1fb4c5535efc8e6670048" in str(b):
14261426
hdic = json_loads(b)
14271427
loader = os.path.join(tmpCache, soName)
14281428
update = False

0 commit comments

Comments
 (0)