Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
This should not have slipped in.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenroller committed Aug 30, 2020
1 parent 125a5b4 commit bba877a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parlai/core/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def __init__(

super().__init__(
description=description,
allow_abbrev=True,
allow_abbrev=False,
conflict_handler='resolve',
add_help=True,
**kwargs,
Expand Down

0 comments on commit bba877a

Please sign in to comment.