Skip to content

Commit

Permalink
Do not open a file if pressing the escape key
Browse files Browse the repository at this point in the history
  • Loading branch information
2called-chaos committed Jan 29, 2013
1 parent df5bf86 commit 8ed00ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SublimeRailsMigrationsList.py
Expand Up @@ -32,6 +32,7 @@ def run(self):


def get_file(self, index):
if index >= 0:
url = os.path.join(self.migrations_dir, self.fileList[index])
self.window.open_file(url)

Expand Down

0 comments on commit 8ed00ee

Please sign in to comment.