Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Feb 26, 2016
1 parent aae9ee2 commit 18a7417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pudb/var_view.py
Expand Up @@ -282,8 +282,8 @@ def walk_value(self, prefix, label, value, id_path=None, attr_prefix=None):
try:
displayed_value = get_stringifier(iinfo)(value)
except Exception:
## Unfortunately, anything can happen when calling str() or
## repr() on a random object.
# Unfortunately, anything can happen when calling str() or
# repr() on a random object.
displayed_value = type_stringifier(value) \
+ " (!! %s error !!)" % iinfo.display_type

Expand Down

0 comments on commit 18a7417

Please sign in to comment.