Forked from
nikhil_rayaprolu / food-round2
Source project has a limited visibility.
-
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.
Dhananjai Sharma authoredIf 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.