Skip to content
Snippets Groups Projects

ttq/print.py: do not print empty matrix or gitlab user names

Merged Imported Administrator requested to merge noGitMatrixUsers into master
2 files
+ 5
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -9,4 +9,4 @@ if [ "$(id -u)" = 0 ]; then
fi
set -x
ruff .
ruff check .
Loading