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

Exception when headers are numbers #352

Open
sentry-io bot opened this issue May 20, 2020 · 1 comment
Open

Exception when headers are numbers #352

sentry-io bot opened this issue May 20, 2020 · 1 comment

Comments

@sentry-io
Copy link

sentry-io bot commented May 20, 2020

Sentry Issue: COVE-FG

AttributeError: 'float' object has no attribute 'startswith'
(2 additional frame(s) were not displayed)
...
  File "__init__.py", line 244, in unflatten
    with_heading_source_map=heading_source_map,
  File "flattentool/input.py", line 360, in fancy_unflatten
    cell_tree = self.do_unflatten()
  File "flattentool/input.py", line 310, in do_unflatten
    for j, line in enumerate(lines):
  File "flattentool/input.py", line 182, in convert_dict_titles
    for d in dicts:
  File "flattentool/input.py", line 617, in get_sheet_lines
    elif sheet_configuration.get("hashcomments") and header.startswith('#'):

'float' object has no attribute 'startswith'
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