diff options
| author | umarcor <unai.martinezcorral@ehu.eus> | 2021-06-22 12:26:43 +0200 |
|---|---|---|
| committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-06-22 18:51:02 +0200 |
| commit | 51e9764f04da876993a80f6f09910e019eb84446 (patch) | |
| tree | e58928ecfbafb74bf33e8873423e7ed5874422c2 /testsuite/pyunit/libghdl | |
| parent | 25a3580831170f8a0acd0a79aca2c94ea4652338 (diff) | |
| download | ghdl-51e9764f04da876993a80f6f09910e019eb84446.tar.gz ghdl-51e9764f04da876993a80f6f09910e019eb84446.tar.bz2 ghdl-51e9764f04da876993a80f6f09910e019eb84446.zip | |
fix issues reported by Codacy
Diffstat (limited to 'testsuite/pyunit/libghdl')
| -rw-r--r-- | testsuite/pyunit/libghdl/Initialize.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/pyunit/libghdl/Initialize.py b/testsuite/pyunit/libghdl/Initialize.py index 4d5bb521a..369faee07 100644 --- a/testsuite/pyunit/libghdl/Initialize.py +++ b/testsuite/pyunit/libghdl/Initialize.py @@ -18,11 +18,11 @@ class Instantiate(TestCase): @staticmethod def getIdentifier(node): - """Return the Python string from node :obj:`node` identifier""" + """Return the Python string from node :obj:`node` identifier.""" return name_table.Get_Name_Ptr(nodes.Get_Identifier(node)) def test_InitializeGHDL(self) -> None: - """Initialization: set options and then load libaries""" + """Initialization: set options and then load libaries.""" libghdl.initialize() # Print error messages on the console. |
