if ('-a','') in optlist: #this can be done in the background
os.nice(10)
pid=os.fork()
if not pid:
os.setsid()
dicadd(path_dict,args[-1])
save(path_dict,dic_file)
elif ('--stat','') in optlist:
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.