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

Traceback when importing fit from clipboard while in shipBrowser.searchStage #252

Closed
blitzmann opened this issue Jan 21, 2015 · 0 comments
Closed

Comments

@blitzmann
Copy link
Collaborator

Search for a ship and bring up some results. The paste fit from clipboard to import. This happens:

 Traceback (most recent call last):
  File "C:\Users\Ryan\Dropbox\Git\blitzmann\Pyfa\gui\mainFrame.py", line 535, in importFromClipboard
    self._openAfterImport(len(fits), ids)
  File "C:\Users\Ryan\Dropbox\Git\blitzmann\Pyfa\gui\mainFrame.py", line 591, in _openAfterImport
    self.shipBrowser.RefreshContent()
  File "C:\Users\Ryan\Dropbox\Git\blitzmann\Pyfa\gui\shipBrowser.py", line 625, in RefreshContent
    self.navpanel.gotoStage(stage, stageData)
  File "C:\Users\Ryan\Dropbox\Git\blitzmann\Pyfa\gui\shipBrowser.py", line 547, in gotoStage
    self.stStatus.SetLabel("Search: %s" % data.capitalize())
AttributeError: 'NavigationPanel' object has no attribute 'stStatus'
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