We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2367771 + a591a8f commit dc2866eCopy full SHA for dc2866e
1 file changed
app.py
@@ -34,5 +34,8 @@ def getPR(site, username):
34
35
if __name__ == '__main__':
36
click.echo("Welcome to Code Review System\n")
37
- execute_board()
+ try:
38
+ execute_board()
39
+ except yaml.YAMLError as exc:
40
+ print(exc)
41
0 commit comments