Skip to content

Commit

Permalink
One more. Note that Path class cannot be weakref'd, at least in Py 2.…
Browse files Browse the repository at this point in the history
…7, due to string subclass.
  • Loading branch information
henryiii committed Mar 16, 2016
1 parent ae51861 commit 5a9bb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plumbum/commands/modifiers.py
Expand Up @@ -59,7 +59,7 @@ def returncode(self):


class ExecutionModifier(object):
__slots__ = ()
__slots__ = ("__weakref__")

def __repr__(self):
"""Automatically creates a representation for given subclass with slots.
Expand Down

0 comments on commit 5a9bb03

Please sign in to comment.