Skip to content

Commit 126ec72

Browse files
committed
one more linting error
1 parent 6878338 commit 126ec72

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [0.6.1] 27 Nov 2017
4+
5+
- Linting fixes
6+
37
## [0.6.0] 16 Nov 2017
48

59
### Added the following API calls. (See https://python-consul.readthedocs.io for documentation)

actions/lib/action.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ def from_json(self, value):
3838
"""
3939
try:
4040
value = json.loads(value)
41-
except ValueError as ignore_exception:
41+
except ValueError:
4242
pass
4343
return value

pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
ref: consul
33
name: consul
44
description: consul
5-
version: 0.6.0
5+
version: 0.6.1
66
author: jfryman
77

0 commit comments

Comments
 (0)