Skip to content

Commit

Permalink
fixing argparsing of planet file (JSBSim-Team#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Wainwright authored Jan 9, 2025
1 parent 5be7eab commit a249c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/JSBSim.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def CheckXMLFile(f):

args.simulation_rate = fdm.get_delta_t()

if args.planetfile:
if args.planet:
fdm.load_planet(args.planetfile, False)

if args.property:
Expand Down

0 comments on commit a249c02

Please sign in to comment.