[tor-commits] [bridgedb/master] Remove an unnecessary backslash from a multiline string in bridgedb.geo.
isis at torproject.org
isis at torproject.org
Sat Mar 21 02:03:01 UTC 2015
commit e38e1374acb3bf6e21ffafe8b4edfe0003b80d1a
Author: Isis Lovecruft <isis at torproject.org>
Date: Thu Feb 19 00:47:01 2015 +0000
Remove an unnecessary backslash from a multiline string in bridgedb.geo.
---
lib/bridgedb/geo.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/bridgedb/geo.py b/lib/bridgedb/geo.py
index 2a574ae..3b48016 100644
--- a/lib/bridgedb/geo.py
+++ b/lib/bridgedb/geo.py
@@ -25,7 +25,7 @@ GEOIPv6_DBFILE = '/usr/share/GeoIP/GeoIPv6.dat'
try:
# Make sure we have the database before trying to import the module:
if not (isfile(GEOIP_DBFILE) and isfile(GEOIPv6_DBFILE)): # pragma: no cover
- raise EnvironmentError("Could not find %r. On Debian-based systems, "\
+ raise EnvironmentError("Could not find %r. On Debian-based systems, "
"please install the geoip-database package."
% GEOIP_DBFILE)
More information about the tor-commits
mailing list