Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
testing next build, includes os.path.getsize func"
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Iszatt authored and Josh Iszatt committed May 19, 2023
1 parent c894b90 commit 026934a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 220 deletions.
3 changes: 3 additions & 0 deletions docker_lib/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@
continue

# CheckV
if os.path.getsize(filtered) == 0:
continue

if ji.check_filepath(filtered):
checkv = ji.checkv(filtered, checkv_dir, pair.name)
else:
Expand Down
16 changes: 0 additions & 16 deletions gui/config.ini

This file was deleted.

204 changes: 0 additions & 204 deletions gui/gui.py

This file was deleted.

0 comments on commit 026934a

Please sign in to comment.