Skip to content

Commit 1dc7461

Browse files
author
Dave Lahr
committed
pandasGEXpress/concat_gctoo: make default error report file None
1 parent 4f288b8 commit 1dc7461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmapPy/pandasGEXpress/concat_gctoo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def build_parser():
8787
parser.add_argument("-verbose", "-v", action="store_true", default=False,
8888
help="whether to print a bunch of output")
8989

90-
parser.add_argument("--error_report_output_file", "-erof", type=str, default="concat_gctoo_errors.txt",
90+
parser.add_argument("--error_report_output_file", "-erof", type=str, default=None,
9191
help="""destination file for writing out error report - currently information about inconsistent
9292
metadata fields in the common dimension of the concat operation""")
9393

0 commit comments

Comments
 (0)