Skip to content

Commit

Permalink
fix:crop record
Browse files Browse the repository at this point in the history
  • Loading branch information
clgwlg committed Sep 16, 2022
1 parent 487d435 commit c8d98fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flybirds/core/plugin/plugins/default/screen_record.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,5 +348,6 @@ def link_record(scenario, step_index):
log.info(
f'default screen_record [link_record] src_path: {src_path}')
screen_record.copy_record(src_path)
screen_record.crop_record(src_path)
if gr.get_platform().lower() == "android":
screen_record.crop_record(src_path)

0 comments on commit c8d98fd

Please sign in to comment.