Commit a7274518 authored by owsla's avatar owsla

Fix typo.


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@1052 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent add2a2f3
......@@ -245,7 +245,7 @@ def TestConnections(rpaths):
"""Test connections, printing results"""
if len(Globals.connections) == 1: print "No remote connections specified"
else:
assert len(Globals.connection) == len(rpaths) + 1
assert len(Globals.connections) == len(rpaths) + 1
for i in range(1, len(Globals.connections)):
test_connection(i, rpaths[i-1])
......
......@@ -245,7 +245,7 @@ def TestConnections(rpaths):
"""Test connections, printing results"""
if len(Globals.connections) == 1: print "No remote connections specified"
else:
assert len(Globals.connection) == len(rpaths) + 1
assert len(Globals.connections) == len(rpaths) + 1
for i in range(1, len(Globals.connections)):
test_connection(i, rpaths[i-1])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment