Skip to content
Snippets Groups Projects
Forked from nikhil_rayaprolu / food-round2
Source project has a limited visibility.
  • Dhananjai Sharma's avatar
    71a22f8c
    Fix for gt_ignore (#1242) · 71a22f8c
    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.
    71a22f8c
    History
    Fix for gt_ignore (#1242)
    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.