@@ -450,6 +450,8 @@ class CustomInstallGUI(ttk.Frame):
defadd_cia(self,path):
path=abspath(path)
ifpathinself.readers:
returnFalse,'File already in list'
try:
reader=CustomInstall.get_reader(path)
except(CIAError,CDNError,TitleMetadataError):
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.