From 7237a8f2309c822a1b2633c2e8927f50e1836928 Mon Sep 17 00:00:00 2001 From: Romain-Gauthier Date: Thu, 13 Jun 2024 09:35:30 +0200 Subject: [PATCH] comment ## --- ceasiompy/PyAVL/func/avlconfig.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/ceasiompy/PyAVL/func/avlconfig.py b/ceasiompy/PyAVL/func/avlconfig.py index 4c7087952..555b27a56 100644 --- a/ceasiompy/PyAVL/func/avlconfig.py +++ b/ceasiompy/PyAVL/func/avlconfig.py @@ -128,11 +128,9 @@ def write_command_file( command_file.write("quit") # Print the command file for debugging - ''' - with open(command_path, "r") as command_file: - for line in command_file: - print(line) - ''' + # with open(command_path, "r") as command_file: + # for line in command_file: + # print(line) return Path(command_path)