Skip to content

Commit 6008a19

Browse files
committed
Removed the hack
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent 84b16b8 commit 6008a19

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

flow/util/genRuleFile.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -478,11 +478,6 @@ def comma_separated_list(value):
478478
parser.print_help()
479479
sys.exit(1)
480480

481-
# jk: hack
482-
args.tighten = False
483-
args.failing = False
484-
args.update = True
485-
486481
gen_rule_file(
487482
args.rules,
488483
args.new_rules,

0 commit comments

Comments
 (0)