rbx.cp 0.5.28__py3-none-any.whl → 0.5.29__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
rbx/box/builder.py CHANGED
@@ -49,11 +49,11 @@ def build(
49
49
  infos = validate_testcases(s, groups=groups)
50
50
  print_validation_report(infos)
51
51
 
52
- if has_validation_errors(infos):
53
- console.console.print(
54
- '[error]Validation failed, check the report above.[/error]'
55
- )
56
- return False
52
+ if has_validation_errors(infos):
53
+ console.console.print(
54
+ '[error]Validation failed, check the report above.[/error]'
55
+ )
56
+ return False
57
57
 
58
58
  with utils.StatusProgress(
59
59
  'Building outputs for testcases...',