@ -25,7 +25,7 @@ under the terms of the [BSD-3-Clause license], unless otherwise stated.
defcheck_for_yaml():
try:
importyaml
except:
exceptImportError:
sys.stderr.write("ERROR: you need to install the pyyaml package\n")
sys.exit(-1)
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.