Fix
This commit is contained in:
parent
62f6837862
commit
b5ecd14119
|
|
@ -531,7 +531,6 @@ def tdcpb_check_hash(p_dcp_folder):
|
||||||
raise TdcpbException(_msg)
|
raise TdcpbException(_msg)
|
||||||
|
|
||||||
_dcp_folder = os.path.abspath(p_dcp_folder)
|
_dcp_folder = os.path.abspath(p_dcp_folder)
|
||||||
print ("{}".format(_dcp_folder))
|
|
||||||
try :
|
try :
|
||||||
DCP = DiParser(_dcp_folder)
|
DCP = DiParser(_dcp_folder)
|
||||||
_res = DCP.check_hash()
|
_res = DCP.check_hash()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue