Skip to content

Commit

Permalink
Add a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
marcogiusti committed Dec 15, 2019
1 parent df3b29b commit 25e2c99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions virtualbricks/gui/dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1965,6 +1965,7 @@ def rename(self, name):
class RenameBrickDialog(RenameDialog):

def rename(self, name):
# TODO: move this function to Disk
old = self.original.name
self.original.rename(name)
regex = re.compile("^{0}_([a-z0-9]+).cow$".format(old))
Expand Down

0 comments on commit 25e2c99

Please sign in to comment.