diff --git a/scripts/csv.py b/scripts/csv.py index c3a7b27f..1b7de362 100755 --- a/scripts/csv.py +++ b/scripts/csv.py @@ -2623,7 +2623,7 @@ if __name__ == "__main__": type=lambda x: ( lambda k, v=None: ( k.strip(), - v.strip() if v is not None else None) + CsvExpr(v) if v is not None else None) )(*x.split('=', 1)), help="Like -f/--field, but hidden from the table renderer, " "and doesn't affect -f/--field defaults.")