<type>(scope): <description>

[body]

[footer(s)]
This commit is contained in:
ITQ
2025-03-02 01:41:10 +03:00
parent 1c18945e8c
commit 530df981bb
-2
View File
@@ -124,8 +124,6 @@ def analyze_data_task(
result_content = secure_exec(code_str, result_path, input_files) result_content = secure_exec(code_str, result_path, input_files)
print(result_content * 1024)
result_hash = hashlib.sha256(result_content).hexdigest() result_hash = hashlib.sha256(result_content).hexdigest()
expected_hash = hashlib.sha256(expected_bytes).hexdigest() expected_hash = hashlib.sha256(expected_bytes).hexdigest()