Skip to content

Commit c7eb280

Browse files
committed
make sure vsc-utils passes last vsc-install tests
1 parent 930ce2e commit c7eb280

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

lib/vsc/utils/timestamp_pid_lockfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,10 @@
4141

4242
class LockFileReadError(Exception):
4343
'''Exception raised when we cannot get the expected information from the lock file.'''
44-
pass
4544

4645

4746
class TimestampedPidLockfile(LockBase):
48-
'''Basic lock file implementation.
49-
'''
47+
'''Basic lock file implementation.'''
5048

5149
def __init__(self, path, threshold=60):
5250
'''Intializer.'''

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
]
4242

4343
PACKAGE = {
44-
'version': '2.2.5',
44+
'version': '2.2.6',
4545
'author': [ag, sdw],
4646
'maintainer': [ag, sdw],
4747
'excluded_pkgs_rpm': ['vsc', 'vsc.utils'], # vsc is default, vsc.utils is provided by vsc-base

0 commit comments

Comments
 (0)