From 4dd0d2330e70d5c740f7ae57ce7ccdb9bb5495c1 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Tue, 21 Mar 2017 16:04:55 +0530 Subject: [PATCH] Fix shift text --- tools/camelot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/camelot b/tools/camelot index c6a48f7..91ddfe9 100755 --- a/tools/camelot +++ b/tools/camelot @@ -378,7 +378,7 @@ if __name__ == '__main__': fill = args['--fill'] if args['--fill'] else None header = args['--header'] if args['--header'] else None mtol = [int(m) for m in args['--mtol']] - shift_text = args['--shift_text'].split(',') if args['--shift_text'] else ['l', 't'] + shift_text = list(args['--shift_text']) if args['--shift_text'] else ['l', 't'] manager = Pdf(Lattice(table_area=tarea, fill=fill, headers=header, mtol=mtol, scale=int(args['--scale']), invert=args['--invert'], margins=margins,