Skip to content

Python2.5 compatibility 'str' object has no attribute 'format' #1514

Description

@andrea-peter

file: network.py
line: 475
a .format() has been introduced, in commit 1ca512d,
which (IIRC) is not compatible with python2.5.

Using Python 2.5 I'm getting :

...Fabric-1.12.0-py2.5.egg/fabric/network.py", line 475, in connect
    name = 'gss_{0}'.format(suffix)
AttributeError: 'str' object has no attribute 'format'

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions