Skip to content

Commit

Permalink
added notImplementedError
Browse files Browse the repository at this point in the history
  • Loading branch information
straussmaximilian committed Feb 14, 2019
1 parent 941677b commit c4a147c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion picasso/gui/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,9 @@ def add_entry(self, path):
p.clicked.connect(self.close_file)

def close_file(self):
print(self.sender.objectName())
# TODO call close routine
raise NotImplementedError("Closing not implemented yet.")
# print(self.sender.objectName())

def update_viewport(self):
if self.window.view.viewport:
Expand Down

0 comments on commit c4a147c

Please sign in to comment.