diff options
author | Frederick Muriuki Muriithi | 2024-01-09 09:50:18 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-01-09 09:50:18 +0300 |
commit | 5491da18dda8c6f55bc2bc5d95f21b86908cd382 (patch) | |
tree | 6f8224a9056e18b855a2240ae0b8dd24c02f10a5 /tests/r_qtl/test_files | |
parent | b3f5a89aca45a3e803e7bc3b2ee1a3d048801eee (diff) | |
download | gn-uploader-5491da18dda8c6f55bc2bc5d95f21b86908cd382.tar.gz |
Raise exception on reading non-existing file
The validation checks ensure that whatever files are listed in the control file exist in the zip file bundle. It is still possible, however, that the code tries to read a file that does not exist in the file and is not listed in the control file. In those cases, raise the appropriate exception.
Diffstat (limited to 'tests/r_qtl/test_files')
-rw-r--r-- | tests/r_qtl/test_files/nonexistent.zip | bin | 0 -> 380 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/r_qtl/test_files/nonexistent.zip b/tests/r_qtl/test_files/nonexistent.zip
new file mode 100644
index 0000000..4a31bf1
--- /dev/null
+++ b/tests/r_qtl/test_files/nonexistent.zip
Binary files differ |