Skip to content

Commit

Permalink
fixed problem with AVL execution #142
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidRamosArchilla committed Sep 9, 2024
1 parent 2906fcc commit ba41b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aerosandbox/aerodynamics/aero_3D/avl.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def run(

keystrokes = "\n".join(keystroke_file_contents)

command = f"{self.avl_command} {airplane_file}"
command = [self.avl_command, airplane_file]

### Execute
try:
Expand Down

0 comments on commit ba41b56

Please sign in to comment.