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

fix warnings when values set in .json file: minUptime and spinSleepTime #819

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 8, 2016

  1. fix warnings when values set in .json file minUptime and spinSleepTime

    Warnings are thrown during getOptions if minUptime and/or spinSleepTime are not set as CLI arguments. If these parameters are defined in a .json config file, the program flow first checks for the CLI argument, throws  the warning and then sets the options based on the .json parameters. This is a simple fix to the if statement which also checks if these parameters are set in the .json file.
    skimj committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    5b486b0 View commit details
    Browse the repository at this point in the history