"magic_pdf/vscode:/vscode.git/clone" did not exist on "a888842041d47af3ebfbd9a35d0a7e177e4d92b5"
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.
Showing
Please register or sign in to comment