Skip to content

Commit

Permalink
remove offscreen argument
Browse files Browse the repository at this point in the history
  • Loading branch information
j042 committed Jan 26, 2024
1 parent 2d1ec49 commit e65257f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion gustaf/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Current version.
"""
version = "0.0.20"
version = "0.0.21"
2 changes: 0 additions & 2 deletions gustaf/show.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ def cam_tuple_to_list(dict_cam):
interactive=interact,
camera=cam_tuple_to_list(cam),
axes=axes,
offscreen=offs,
)

else:
Expand All @@ -215,7 +214,6 @@ def cam_tuple_to_list(dict_cam):
interactive=False,
camera=cam_tuple_to_list(cam),
axes=axes,
offscreen=offs,
)

if is_ipython:
Expand Down

0 comments on commit e65257f

Please sign in to comment.