diff --git a/recipes/recipe_modules/bot_update/resources/bot_update.py b/recipes/recipe_modules/bot_update/resources/bot_update.py index 4422a2a8d..469dac6bb 100755 --- a/recipes/recipe_modules/bot_update/resources/bot_update.py +++ b/recipes/recipe_modules/bot_update/resources/bot_update.py @@ -158,7 +158,7 @@ class RepeatingTimer(threading.Thread): def _print_pstree(): """Debugging function used to print "ps auxwwf" for stuck processes.""" - if sys.platform.startswith('linux2'): + if sys.platform.startswith('linux'): # Add new line for cleaner output print() subprocess.call(['ps', 'auxwwf'])