Skip to content

Commit

Permalink
Fix spelling and add license
Browse files Browse the repository at this point in the history
  • Loading branch information
YoannQDQ authored and nyalldawson committed Apr 24, 2023
1 parent ea89bab commit 29016d0
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion python/console/process_wrapper.py
@@ -1,3 +1,22 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
process_wrapper.py
---------------------
Date : February 2023
Copyright : (C) 2023 by Yoann Quenach de Quivillic
Email : yoann dot quenach at gmail dot com
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************
"""


import locale
import os
Expand Down Expand Up @@ -151,7 +170,7 @@ def kill(self):
""" Kill the managed process """

# Process in run with shell=True, so calling self.p.kill() would only kill the shell
# (i.e a text editor lauched with !gedit would not close) so we need to iterate
# (i.e a text editor launched with !gedit would not close) so we need to iterate
# over the child processes to kill them all

try:
Expand Down

0 comments on commit 29016d0

Please sign in to comment.