Skip to content

Commit

Permalink
Merge pull request #174 from itkovian/empty-body-fix
Browse files Browse the repository at this point in the history
Empty body fix
  • Loading branch information
boegel committed May 12, 2015
2 parents 8743b73 + 6cdb5c9 commit 01dcacc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/vsc/utils/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ def _wait_for_process(self):

def _cleanup_process(self):
"""Cleanup any leftovers from the process"""
pass

def _read_process(self, readsize=None):
"""Read from process, return out"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def remove_bdist_rpm_source_file():

PACKAGE = {
'name': 'vsc-base',
'version': '2.2.1',
'version': '2.2.2',
'author': [sdw, jt, ag, kh],
'maintainer': [sdw, jt, ag, kh],
'packages': ['vsc', 'vsc.utils', 'vsc.install'],
Expand Down

0 comments on commit 01dcacc

Please sign in to comment.