Skip to content

Commit 01dcacc

Browse files
committed
Merge pull request #174 from itkovian/empty-body-fix
Empty body fix
2 parents 8743b73 + 6cdb5c9 commit 01dcacc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/vsc/utils/run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ def _wait_for_process(self):
348348

349349
def _cleanup_process(self):
350350
"""Cleanup any leftovers from the process"""
351+
pass
351352

352353
def _read_process(self, readsize=None):
353354
"""Read from process, return out"""

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def remove_bdist_rpm_source_file():
5252

5353
PACKAGE = {
5454
'name': 'vsc-base',
55-
'version': '2.2.1',
55+
'version': '2.2.2',
5656
'author': [sdw, jt, ag, kh],
5757
'maintainer': [sdw, jt, ag, kh],
5858
'packages': ['vsc', 'vsc.utils', 'vsc.install'],

0 commit comments

Comments
 (0)