*ARCHIVED* development moved to aircraft-studio.
start work on airfoil evaluator.py
creator.py
@@ -96,6 +96,8 @@
96
96
# self.print_coord(2)
97
97
with open(full_path, 'w') as sys.stdout:
98
98
self.print_coord(2)
99
Added:
# Following line required to reset value of sys.stdout
100
Added:
sys.stdout = sys.__stdout__
99
101
# It is cleaner to use this context guard to ensure file is closed
100
102
101
103
return None