Skip to content

Commit

Permalink
Merge pull request #92 from wdpypere/pass
Browse files Browse the repository at this point in the history
make sure vsc-utils passes last vsc-install tests
  • Loading branch information
stdweird authored Nov 21, 2023
2 parents 930ce2e + c7eb280 commit 53d9d45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions lib/vsc/utils/timestamp_pid_lockfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,10 @@

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


class TimestampedPidLockfile(LockBase):
'''Basic lock file implementation.
'''
'''Basic lock file implementation.'''

def __init__(self, path, threshold=60):
'''Intializer.'''
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
]

PACKAGE = {
'version': '2.2.5',
'version': '2.2.6',
'author': [ag, sdw],
'maintainer': [ag, sdw],
'excluded_pkgs_rpm': ['vsc', 'vsc.utils'], # vsc is default, vsc.utils is provided by vsc-base
Expand Down

0 comments on commit 53d9d45

Please sign in to comment.