print("%s/%s does not seem to have dir %s. PLEASE VERIFY THIS SINCE IT IS SUSPICIOUS! Even Branch %s was inspected."%(gpath,name,subdir,sid_branch),file=sys.stderr)
print("%s/%s does not seem to have dir %s. PLEASE VERIFY THIS SINCE IT IS SUSPICIOUS! Available branches are: %s"%(gpath,name,subdir,str(otherbranches)),file=sys.stderr)
returnNone
# print("To be sure try again ... after sleeping %i" % SLEEPTIMEPROJECTS)