Skip to content

Instantly share code, notes, and snippets.

@Starbix
Last active February 22, 2018 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Starbix/bb71926e77081c6dff39352c7c42aad4 to your computer and use it in GitHub Desktop.
Save Starbix/bb71926e77081c6dff39352c7c42aad4 to your computer and use it in GitHub Desktop.
--- a/abstract.py
+++ b/abstract.py
@@ -37,12 +37,6 @@
(manager_type, parent_command)
)
return False
- if int(launcher_ppid) not in (0, 1):
- context.log.debug(
- 'master process for %s is being skipped because its launcher (%s$
- (manager_type, parent_command)
- )
- return False
return True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment