Skip to content

Commit

Permalink
re-record
Browse files Browse the repository at this point in the history
  • Loading branch information
xiafu-msft committed Sep 2, 2020
1 parent 0d52fdd commit d5aeca7
Show file tree
Hide file tree
Showing 4 changed files with 477 additions and 2,393 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def _set_access_control_recursive_options(mode, acl, **kwargs):

options = {
'mode': mode,
'force_flag': kwargs.pop('continue_on_failure', False),
'force_flag': kwargs.pop('continue_on_failure', None),
'timeout': kwargs.pop('timeout', None),
'continuation': kwargs.pop('continuation', None),
'max_records': kwargs.pop('batch_size', None),
Expand Down
Loading

0 comments on commit d5aeca7

Please sign in to comment.