Skip to content

Commit

Permalink
Discourage throttling when a select file is in use
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeekman committed Sep 20, 2019
1 parent 67b022a commit 33190f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/taucmdr/model/measurement.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,8 @@ def _ensure_instrumented(lhs, lhs_attr, lhs_value, rhs):
'argparse': {'flags': ('--select-file',),
'metavar': 'path'},
'compat': {bool: (_ensure_instrumented,
Application.discourage('linkage', 'static'))},
Application.discourage('linkage', 'static'),
Measurement.discourage('throttle', True))},
'rebuild_required': True
},
'update_nightly': {
Expand Down

0 comments on commit 33190f5

Please sign in to comment.