Skip to content

Commit

Permalink
Fix 'show_as()' command
Browse files Browse the repository at this point in the history
  • Loading branch information
padix-key committed Jul 9, 2020
1 parent 7cbd01d commit 93aaa41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ammolite/object.py
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ def show_as(self, representation, selection=None):
By default, the command is applied on all atoms of this
*PyMOL* object.
"""
self._cmd.show(representation, self._into_selection(selection))
self._cmd.show_as(representation, self._into_selection(selection))

@validate
def smooth(self, selection=None, passes=1, window=5,
Expand Down

0 comments on commit 93aaa41

Please sign in to comment.