Skip to content

Commit

Permalink
KART-08: bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yutanakamura-tky committed May 20, 2021
1 parent 8596cb8 commit 71a70f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/privacy/perform_nlg.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ def get_save_path(args: argparse.Namespace) -> pathlib.PosixPath:
out_basename += "_corpus_unused"

if args.hipaa:
out_basename += "_hipaa.txt"
out_basename += "_hipaa"
else:
out_basename += "_no_anonymization.txt"
out_basename += "_no_anonymization"

if args.scratch:
out_basename += "_scratch.txt"
Expand Down

0 comments on commit 71a70f2

Please sign in to comment.