Don't perform code coverage for daemon code.

pull/7/head
Ferry Boender 10 years ago
parent 536caec8b7
commit 75bd347cdf
  1. 2
      src/scriptform.py

@ -1006,7 +1006,7 @@ class ScriptFormWebApp(WebAppHandler):
os.unlink(file_name) os.unlink(file_name)
class Daemon: class Daemon: # pragma: no cover
""" """
Daemonize the current process (detach it from the console). Daemonize the current process (detach it from the console).
""" """

Loading…
Cancel
Save