Commit ace60387 authored by norvell's avatar norvell
Browse files

Fix syntax error in tests/conftest.py

parent 8b650cdd
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)