"tools/git@gitlab.aicrowd.com:joel_joseph/food-round2.git" did not exist on "c2352d5260868e6ad119d751914424923a16c95a"
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