Skip to content

Move flash_methods variable to __init__.py

Daniele Debernardi requested to merge fix/move_flash_methods_variable into master

Don't know what happened but the flash_methods variable should be in __init__.py as the error message here suggest it:

        logging.fatal("ERROR: Invalid flash method specified. If you want to"
                      " add a new flash method, edit flash_methods in"
                      " pmb/config/__init__.py.")

Merge request reports