You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#if targetshort == ikey.split(f_sep)[-1] and ikey.startswith('f' + f_sep) and (targetlist==[] or (ikey not in targetlist[-1] and targetlist[-1] not in ikey)):
1100
1101
iftargetshort.lower() ==ikey.split(f_sep)[-1].lower() andikey.lower().startswith('f'+f_sep.lower()) and (targetlist== [] or (ikeynotintargetlist[-1] andtargetlist[-1] notinikey)):
0 commit comments