Skip to content

Conversation

@yuriploc
Copy link
Contributor

The var was added in PR #94, but generates an exception because is not defined.
Rolling back to int(key) to address this.

closes #95

The var was added in PR haskellcamargo#94, but generates an exception because is not defined.
Rolling back to int(key) to address this.

closes haskellcamargo#95
app.py Outdated

# Workspace is selected
if selected_workspace - 1 == self.workspaces_line.selected:
if int(key) - 1 == self.workspaces_line.selected:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

simply define selected_workspace = int(key) before this one

@duynguyenhoang duynguyenhoang merged commit 34319c7 into haskellcamargo:master Sep 10, 2018
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

Successfully merging this pull request may close these issues.

selected_workspace is not defined

2 participants