diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-06-22 19:31:18 +0200 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-06-23 17:09:44 +0200 |
commit | 6e1bbc43fc29528ceaf5d422461206e29e801744 (patch) | |
tree | a3273f25e220b2c69869c4c8376f31e8229dbcda /testsuite/gna/issue283/example.py | |
parent | c6283d9a9b40c3e9afeba912fcb13aa9d56b9c52 (diff) | |
download | ghdl-6e1bbc43fc29528ceaf5d422461206e29e801744.tar.gz ghdl-6e1bbc43fc29528ceaf5d422461206e29e801744.tar.bz2 ghdl-6e1bbc43fc29528ceaf5d422461206e29e801744.zip |
fix more codacy issues
Diffstat (limited to 'testsuite/gna/issue283/example.py')
-rw-r--r-- | testsuite/gna/issue283/example.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gna/issue283/example.py b/testsuite/gna/issue283/example.py index d4472dcb9..9c3b21d5d 100644 --- a/testsuite/gna/issue283/example.py +++ b/testsuite/gna/issue283/example.py @@ -4,7 +4,7 @@ from cocotb.triggers import Timer @cocotb.test() def test_transaction(dut): - + yield Timer(1) dut._log.info("%d" % dut.s_test) |