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

Fixes for bin/robots #67

Merged
merged 2 commits into from
Oct 16, 2019
Merged

Fixes for bin/robots #67

merged 2 commits into from
Oct 16, 2019

Conversation

jwrightecs
Copy link
Contributor

The block checking for the Curses module was always calling exit, so bin/robots never ran; correcting that, bin/robots was not importing Curses constants, instead using package globals created with use vars which were unset.

@coveralls
Copy link

coveralls commented Aug 21, 2019

Pull Request Test Coverage Report for Build 77

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 91.549%

Totals Coverage Status
Change from base Build 75: 0.0%
Covered Lines: 65
Relevant Lines: 71

💛 - Coveralls

@briandfoy briandfoy merged commit cda9b81 into briandfoy:master Oct 16, 2019
@briandfoy
Copy link
Owner

Thanks!

@briandfoy briandfoy added Program: robots The robots program Type: bug an existing feature does not work labels Jul 11, 2023
@briandfoy briandfoy self-assigned this Jul 11, 2023
@briandfoy briandfoy added the Status: released there is a new release with this fix label Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Program: robots The robots program Status: released there is a new release with this fix Type: bug an existing feature does not work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants