Increased the threshold of elements per line in a column before they are

stored as a character string
This commit is contained in:
Celine Mercier
2019-08-27 20:25:14 +02:00
parent 3d1b2e8ed9
commit dbe09f83a2

View File

@ -227,7 +227,7 @@ def __addDMSOutputOption(optionManager):
group.add_argument('--max-elts', group.add_argument('--max-elts',
action="store", dest="obi:maxelts", action="store", dest="obi:maxelts",
metavar='<N>', metavar='<N>',
default=1000, default=1000000,
type=int, type=int,
help="Maximum number of elements per line in a column " help="Maximum number of elements per line in a column "
"(e.g. the number of different keys in a dictionary-type " "(e.g. the number of different keys in a dictionary-type "