Fix for gt_ignore (#1242)
If list gt_ignore was empty, it should become None after the following if statement: if not gt_ignore, which was not getting handled correctly. Changed gt_ignore = gt_ignore to gt_ignore = None.
Please register or sign in to comment