Skip to content

Commit

Permalink
Bug fix reading the file view after move the buffer to a new path (Is…
Browse files Browse the repository at this point in the history
  • Loading branch information
gepd committed Sep 11, 2017
1 parent e299230 commit 7fb28a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libraries/project_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ def structurize_project(self):

move(file_path, dst)

self.window.open_file(dst)
return
self.view = self.window.open_file(dst)

def override_src(self):
"""Adds src_dir
Expand Down

0 comments on commit 7fb28a3

Please sign in to comment.