Skip to content

Commit c19a862

Browse files
committed
backendbase: Save the url to self._url
The REST backend will want this Signed-off-by: Cole Robinson <[email protected]>
1 parent 59ded91 commit c19a862

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bugzilla/_backendbase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class _BackendBase(object):
99
the code, but this is all internal to the library.
1010
"""
1111
def __init__(self, url, bugzillasession):
12-
dummy = url
12+
self._url = url
1313
self._bugzillasession = bugzillasession
1414

1515
#################

0 commit comments

Comments
 (0)