Skip to content

Commit b3ec52a

Browse files
committed
Move example npz file to io
1 parent 98de737 commit b3ec52a

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

example.npy

Whitespace-only changes.
File renamed without changes.

src/stdlib_io_zip.f90

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,6 @@ subroutine unzip(filename, outputdir, stat, msg)
7272
if (present(stat)) stat = 0
7373
run_stat = 0
7474

75-
if (.not. exists(filename)) then
76-
if (present(stat)) stat = 1
77-
if (present(msg)) msg = "File '"//filename//"' does not exist."
78-
return
79-
end if
80-
8175
call run('rm -rf '//output_dir, run_stat)
8276
if (run_stat /= 0) then
8377
if (present(stat)) stat = run_stat

0 commit comments

Comments
 (0)