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

select_fragment.py wil not work with digit chains, e.g. 6 #121

Open
mmagnus opened this issue Nov 6, 2021 · 0 comments
Open

select_fragment.py wil not work with digit chains, e.g. 6 #121

mmagnus opened this issue Nov 6, 2021 · 0 comments

Comments

@mmagnus
Copy link
Owner

mmagnus commented Nov 6, 2021

  selection = OrderedDict()
  for i in l: # ['A', '1-10', '15', '25-30', 'B', '1-10']
      if i in string.ascii_letters: # or string.digits:
          if verbose: print('chain', i)
          chain_curr = i
          continue
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

No branches or pull requests

1 participant