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

UnboundLocalError: local variable 'df' referenced before assignment #28

Open
pierrepo opened this issue Oct 4, 2021 · 2 comments
Open

Comments

@pierrepo
Copy link
Contributor

pierrepo commented Oct 4, 2021

While using the app, I got this error message:

 File "/home/pierre/workp/projets/2018_MinOmics/2020_thèse_Thibault_Poinsignon/3d-scere.git/app.py", line 400, in <listcomp>
    tools.parse_contents(c, n, "datatable_tab1") for c, n in
  File "/home/pierre/workp/projets/2018_MinOmics/2020_thèse_Thibault_Poinsignon/3d-scere.git/lib/tools.py", line 76, in parse_contents
    data=df.to_dict('records'),
UnboundLocalError: local variable 'df' referenced before assignment

Could you please have a look @Thibault-Poinsignon ?

@Thibault-Poinsignon
Copy link
Collaborator

I don't seem to be able to reproduce this error by using the app, what is the action that trigger it @pierrepo ?

@pierrepo
Copy link
Contributor Author

pierrepo commented Oct 5, 2021

I don't remember exactly. It was while using the app.

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

2 participants