Skip to content

Commit

Permalink
Update commands.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsai881 committed Dec 6, 2023
1 parent 9b69740 commit 5021252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sleap/gui/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ def do_action(cls, context: CommandContext, params: dict):
else:
adaptor = SleapAnalysisAdaptor

if params['all_frames']:
if params.get('all_frames', False):
adaptor.write(
filename=output_path,
all_frames=True,
Expand Down

0 comments on commit 5021252

Please sign in to comment.