diff options
author | toonn <toonn@toonn.io> | 2021-08-27 20:18:32 +0200 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2021-08-27 20:18:32 +0200 |
commit | 0fb602aadace2d15717ac50c6a92f7275123267a (patch) | |
tree | 780315030df698dce200d2bac755d4cf87c2cd21 /ranger | |
parent | b327adc7382f5253d2387d55b96b6296ff3961e6 (diff) | |
download | ranger-0fb602aadace2d15717ac50c6a92f7275123267a.tar.gz |
popen_forked: PEP8 fix
Diffstat (limited to 'ranger')
-rw-r--r-- | ranger/ext/popen_forked.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/ext/popen_forked.py b/ranger/ext/popen_forked.py index 9596abdc..238e9a64 100644 --- a/ranger/ext/popen_forked.py +++ b/ranger/ext/popen_forked.py @@ -8,6 +8,7 @@ from subprocess import Popen from ranger.ext.open23 import open23 + def Popen_forked(*args, **kwargs): # pylint: disable=invalid-name """Forks process and runs Popen with the given args and kwargs. |