Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V3 has got into confusion over settings and live/test modes #1

Open
tobiz opened this issue Mar 26, 2017 · 0 comments
Open

V3 has got into confusion over settings and live/test modes #1

tobiz opened this issue Mar 26, 2017 · 0 comments
Assignees
Labels

Comments

@tobiz
Copy link
Owner

tobiz commented Mar 26, 2017

There are 2 issues.

  1. Access to settings. With the separation of the gui from the old main code access to settings.'Name' fails in some places. I've tried to fix this by declaring a global settings in flogger3.py passing the gui value of 'settings' in via flogger_run -> flogger_start and initialising a global 'settings' to value passed to flogger_start from 'local_settings'.
  2. Live/test mode seems to have got confused! The original idea was that 'test' mode read a file of the days data and reprocessed that. I think that was changed to have a live/test mode held in settings.Flogger_MODE which was intended to just reprocess the database if an error was found (and not read the file of flarm input data). This meant that some of the processing tables doubled in size each re-run, but not an issue if it helped find a fix. This mess needs tidying up!
@tobiz tobiz added the bug label Mar 26, 2017
@tobiz tobiz self-assigned this Mar 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant