nasa / fprime-gds

F´ Python Ground Data System (GDS).
https://github.com/nasa/fprime
Apache License 2.0
18 stars 37 forks source link

Preventing a launch of Flask when -g none is specified. Fixes #2337 #149

Closed LeStarch closed 1 year ago

LeStarch commented 1 year ago
Originating Project/Creator
Affected Component
Affected Architectures(s)
Related Issue(s)
Has Unit Tests (y/n)
Builds Without Errors (y/n)
Unit Tests Pass (y/n)
Documentation Included (y/n)

Change Description

This fixes an issue where -g none would launch Flask and just not open the browser. This had the negative effect that RAM usage would spiral as no clients attached allowing histories to clear.

Now flask will not launch at all. Here is what was tested:

LeStarch commented 1 year ago

Fixes nasa/fprime#2337