Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
SHOW_START_CMDS missing return... damn scala :P
Browse files Browse the repository at this point in the history
  • Loading branch information
vaughansharman committed Jul 31, 2014
1 parent 4ee20c2 commit a7e4eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servicemanager/smprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def _is_system_or_smserver_or_test_process(pid):
return True

if _is_pycharm_related_process(pid):
True
return True

return False

Expand Down

0 comments on commit a7e4eb9

Please sign in to comment.