Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mswindler committed Aug 29, 2019
1 parent 8282bca commit 7f5b75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipe/tools/mayatools/cloners/cloner.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def go(self):
self.item_gui = sfl.SelectFromList(l=asset_list, parent=maya_main_window(), title="Select an asset to clone")
self.item_gui.submitted.connect(self.results)

def get_element_option(self, type, body):
def get_element_option(self, type, body): # FIXME: this would go better in Body()
element = None

if type == AssetType.PROP:
Expand Down

0 comments on commit 7f5b75f

Please sign in to comment.