We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When going to the Unidentified table of the project, the error occurs:
Traceback (most recent call last): File "/home/htsybenko/Temp/envir/lib/python3.10/site-packages/pasta_eln/GUI/table.py", line 143, in change self.showHidden.setText(f'Show/hide hidden {docLabel.lower()}') UnboundLocalError: local variable 'docLabel' referenced before assignment
The project table view will open with the "Unidentified" title instead of the actual unidentified items table.
Log: 10-27 10:00:57|INFO:Start PASTA GUI 10-27 10:00:58|INFO:End PASTA GUI 10-27 10:00:59|DEBUG:table:changeTable |-|x-80b4631831ff454d88544168f44b8dac|
The text was updated successfully, but these errors were encountered:
Repair #113 #114
dc89e36
The unidentified table is now displayed correctly.
Sorry, something went wrong.
SteffenBrinckmann
No branches or pull requests
When going to the Unidentified table of the project, the error occurs:
Traceback (most recent call last):
File "/home/htsybenko/Temp/envir/lib/python3.10/site-packages/pasta_eln/GUI/table.py", line 143, in change
self.showHidden.setText(f'Show/hide hidden {docLabel.lower()}')
UnboundLocalError: local variable 'docLabel' referenced before assignment
The project table view will open with the "Unidentified" title instead of the actual unidentified items table.
Log:
10-27 10:00:57|INFO:Start PASTA GUI
10-27 10:00:58|INFO:End PASTA GUI
10-27 10:00:59|DEBUG:table:changeTable |-|x-80b4631831ff454d88544168f44b8dac|
The text was updated successfully, but these errors were encountered: