From 47c20a319ae18a96121d1e58cf9a12023019d67f Mon Sep 17 00:00:00 2001 From: Jacquin Antoine Date: Sun, 10 May 2026 12:04:52 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20SyntaxError:=20supprimer=20la=20d=C3=A9fi?= =?UTF-8?q?nition=20dupliqu=C3=A9e=20de=20main()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- lidar_pipeline/cli.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lidar_pipeline/cli.py b/lidar_pipeline/cli.py index 87fb1bb..4bbc178 100644 --- a/lidar_pipeline/cli.py +++ b/lidar_pipeline/cli.py @@ -211,9 +211,4 @@ def _kill_orphan_pdal(signum=None, frame=None): pass if signum is not None: logger.info("Interruption — nettoyage des processus PDAL") - sys.exit(130) - - -def main(): - """Entry point for the LiDAR archaeological pipeline.""" - parser = argparse.ArgumentParser( \ No newline at end of file + sys.exit(130) \ No newline at end of file