This commit is contained in:
Nicolas Bertrand 2024-01-22 13:11:56 +01:00
parent 62f6837862
commit b5ecd14119
1 changed files with 0 additions and 1 deletions

View File

@ -531,7 +531,6 @@ def tdcpb_check_hash(p_dcp_folder):
raise TdcpbException(_msg)
_dcp_folder = os.path.abspath(p_dcp_folder)
print ("{}".format(_dcp_folder))
try :
DCP = DiParser(_dcp_folder)
_res = DCP.check_hash()