From 06e53f991bee84c881cbea64bb9f7067d9d033fc Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sat, 26 Jun 2021 18:47:45 +0200 Subject: Fix Codacy problems. --- pyGHDL/libghdl/files_map_editor.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pyGHDL/libghdl/files_map_editor.py') diff --git a/pyGHDL/libghdl/files_map_editor.py b/pyGHDL/libghdl/files_map_editor.py index 2009af882..996db5931 100644 --- a/pyGHDL/libghdl/files_map_editor.py +++ b/pyGHDL/libghdl/files_map_editor.py @@ -63,6 +63,7 @@ def _Replace_Text( :param Text_Length: Type: ``Source_Ptr`` :return: Return True in case of success, False in case of failure (the gap is too small). """ + return False @export -- cgit v1.2.3