Skip to content

Commit

Permalink
Merge pull request #51 from DigitalSlideArchive/update-style
Browse files Browse the repository at this point in the history
  • Loading branch information
naglepuff committed Feb 1, 2023
2 parents 7ea2999 + 9da4640 commit 7bdcc63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imagedephi/gui.py
Expand Up @@ -27,7 +27,6 @@ def select_directory(
input_directory: Path = Path("/"), # noqa: B008
output_directory: Path = Path("/"), # noqa: B008
):

if not input_directory.is_dir():
raise HTTPException(status_code=404, detail="Input directory not a directory")
if not output_directory.is_dir():
Expand Down

0 comments on commit 7bdcc63

Please sign in to comment.