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 outlet ranges for names with dashes #57

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

Conversation

sstallion
Copy link

This PR addresses a bug in _block_to_list that fails if an outlet name contains a -. The following changes will attempt to treat any block element that contains a - as a numeric range. If there is an issue converting this to a numeric expression, it is then treated as a string.

This is particularly useful for me since my outlets are named after the hostname for the machine under control. This comes in handy during development when I need to cycle a machine using dlipower cycle hostname-with-dashes.

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.

1 participant