aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pyGHDL/cli/ghdl-ls2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/cli/ghdl-ls b/pyGHDL/cli/ghdl-ls
index 9b1175560..74a10fd87 100644
--- a/pyGHDL/cli/ghdl-ls
+++ b/pyGHDL/cli/ghdl-ls
@@ -103,5 +103,5 @@ def main():
logger.exception("Uncaught error")
sys.exit(1)
-if __name__ = '__main__':
+if __name__ == '__main__':
main()