We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa83c12 commit de25ecbCopy full SHA for de25ecb
.github/workflows/collect-test-data.yml
@@ -38,7 +38,7 @@ jobs:
38
echo "Test data directory not found"
39
exit 1
40
fi
41
- if [ ! -d "test/test_data/mixed_dicom" ]; then
+ if [ ! -d "test/test_data/mixed_dicoms" ]; then
42
echo "Mixed DICOM directory not found"
43
44
0 commit comments