- 22 Aug, 2019 1 commit
-
-
Dhananjai Sharma authored
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.
-
- 12 Dec, 2018 1 commit
-
-
Kai Chen authored
-