1
0
mirror of https://github.com/QData/TextAttack.git synced 2021-10-13 00:05:06 +03:00

auto format change

This commit is contained in:
Hanyu Liu
2020-07-18 19:04:46 -04:00
parent 36ebda0452
commit 055a1f6829
2 changed files with 14 additions and 6 deletions

View File

@@ -85,7 +85,7 @@ class AttackCommand(TextAttackCommand):
"--txt-filename",
type=str,
required=False,
help="Specify the name of saved txt files."
help="Specify the name of saved txt files.",
)
parser.add_argument(
@@ -122,7 +122,7 @@ class AttackCommand(TextAttackCommand):
"--csv-filename",
type=str,
required=False,
help="Specify the name of saved csv files."
help="Specify the name of saved csv files.",
)
parser.add_argument(