Loading tests/conftest.py +1 −1 Original line number Diff line number Diff line Loading @@ -490,7 +490,7 @@ class DecoderFrontend: # If the same bitstream is combined with the same error patterns multiple times, # the following section may create a race condition. Hence, it is guarded by a # lock and the file is only created if it does not exist already. lock.aquire() lock.acquire() try: if not os.path.exists(str(input_bitstream_path) + eid_output_suffix): result = run(eid_command, check=True) Loading Loading
tests/conftest.py +1 −1 Original line number Diff line number Diff line Loading @@ -490,7 +490,7 @@ class DecoderFrontend: # If the same bitstream is combined with the same error patterns multiple times, # the following section may create a race condition. Hence, it is guarded by a # lock and the file is only created if it does not exist already. lock.aquire() lock.acquire() try: if not os.path.exists(str(input_bitstream_path) + eid_output_suffix): result = run(eid_command, check=True) Loading