From 61779400dfcb3575a47ae16ba21257e506b2d6d9 Mon Sep 17 00:00:00 2001 From: pengtao Date: Wed, 6 Nov 2019 14:20:42 +0800 Subject: [PATCH] add tags field --- taptap/taptap_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taptap/taptap_report.py b/taptap/taptap_report.py index 0c7df26..5209d6c 100644 --- a/taptap/taptap_report.py +++ b/taptap/taptap_report.py @@ -191,7 +191,7 @@ def main(): elif methods == "report": tap.build_report() elif methods == 'all': - tap.get_order() + #tap.get_order() tap.build_report() else: print("PLS input methods in ('data','report')")