mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-09 22:18:00 -05:00
Fix linting
This commit is contained in:
@@ -55,7 +55,7 @@ def main():
|
||||
help="encoder", metavar="encoder", required=True)
|
||||
args = parser.parse_args()
|
||||
|
||||
if args.encoder not in list(ENCODER_TO_PRESET.keys()):
|
||||
if args.encoder not in ENCODER_TO_PRESET:
|
||||
logging.error("Invalid encoder selection: %s", args.encoder)
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user