From 34bea99108fa1c6cd493d9ef40ca862f1814514c Mon Sep 17 00:00:00 2001 From: TheFGFSEagle Date: Tue, 28 Jun 2022 02:34:23 +0200 Subject: [PATCH] Fi indentation of beta values --- aircraft/vsphist2jsbtable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aircraft/vsphist2jsbtable.py b/aircraft/vsphist2jsbtable.py index 14b5eeb..b169cfb 100755 --- a/aircraft/vsphist2jsbtable.py +++ b/aircraft/vsphist2jsbtable.py @@ -79,7 +79,7 @@ def print_table(cases, coeff, indent, precision): print(indent + 'aero/beta-deg') #print(indent + 'velocities/mach') print(indent + "") - print(indent + indent + indent + (indent + indent).join(map(str, coeffs[list(coeffs.keys())[0]].keys()))) + print(indent + indent + indent + indent + (indent + indent).join(map(str, coeffs[list(coeffs.keys())[0]].keys()))) for AoA in coeffs: print(indent + indent + str(AoA), end="") for Beta in coeffs[AoA]: