Skip to content

Commit

Permalink
comment ##
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain-Gauthier committed Jun 13, 2024
1 parent 5c83c04 commit 7237a8f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions ceasiompy/PyAVL/func/avlconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 7237a8f

Please sign in to comment.