print("*** You need Python 2.7 or higher to use Picard.")
ifsys.version_info<(3,5):
sys.exit("ERROR: You need Python 3.5 or higher to use Picard.")
args={}
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.