Skip to content

Commit

Permalink
Merge pull request #161 from MichaelAquilina/daemon_command_no_suppor…
Browse files Browse the repository at this point in the history
…t_windows

Dont support daemon command on Windows
  • Loading branch information
MichaelAquilina committed Oct 28, 2018
2 parents ca414c6 + f36532d commit 74c5887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s4/commands/daemon_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from s4.inotify_recursive import INotifyRecursive

supported = True
except OSError:
except (OSError, ModuleNotFoundError):
supported = False


Expand Down

0 comments on commit 74c5887

Please sign in to comment.