Skip to content

Conversation

MarredCheese
Copy link
Contributor

Using espota.py as a module by calling espota.main(args) was not working because the args given to main were not being passed into parser.parse_args(). I fixed this by having main pass args to the parser function, which in turn passes them to the parser object's parse_args() function.

Using espota.py as a module by calling espota.main(args) was not working because the args given to main were not being passed into parser.parse_args().  I fixed this by having main pass args to the parser function, which in turn passes them to the parser object's parse_args() function.
@codecov-io
Copy link

codecov-io commented Jun 30, 2016

Current coverage is 27.86%

Merging #2209 into master will not change coverage

@@             master      #2209   diff @@
==========================================
  Files            20         20          
  Lines          3653       3653          
  Methods         335        335          
  Messages          0          0          
  Branches        675        675          
==========================================
  Hits           1018       1018          
  Misses         2457       2457          
  Partials        178        178          

Powered by Codecov. Last updated by 9cc2bab...a885a0c

@igrr igrr merged commit 24f8466 into esp8266:master Jul 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants