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

AttributeError: 'NoneType' object has no attribute 'data' #1021

Closed
sentry-io bot opened this issue Mar 5, 2020 · 1 comment
Closed

AttributeError: 'NoneType' object has no attribute 'data' #1021

sentry-io bot opened this issue Mar 5, 2020 · 1 comment
Assignees

Comments

@sentry-io
Copy link

sentry-io bot commented Mar 5, 2020

Sentry Issue: PARSEC-QNX

AttributeError: 'NoneType' object has no attribute 'data'
  File "parsec\core\gui\files_widget.py", line 834, in _on_fs_updated_qt
    if self.current_directory_uuid == uuid or self.table_files.has_file(uuid):
  File "parsec\core\gui\file_table.py", line 140, in has_file
    uuid == self.item(row, 1).data(UUID_DATA_INDEX) for row in range(self.rowCount())
  File "parsec\core\gui\file_table.py", line 140, in <genexpr>
    uuid == self.item(row, 1).data(UUID_DATA_INDEX) for row in range(self.rowCount())
@sentry-io sentry-io bot assigned Max-7 Mar 5, 2020
@Max-7
Copy link
Contributor

Max-7 commented Mar 5, 2020

Fixed by 27b7fd2

@Max-7 Max-7 closed this as completed Mar 5, 2020
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