mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
Removed trailing forward slash
This commit is contained in:
@@ -19,7 +19,7 @@ class LFCliBase:
|
|||||||
self.lfjson_port = _lfjson_port
|
self.lfjson_port = _lfjson_port
|
||||||
self.debugOn = _debug
|
self.debugOn = _debug
|
||||||
self.haltOnError = _halt_on_error
|
self.haltOnError = _halt_on_error
|
||||||
self.mgr_url = "http://%s:%s/" % (self.lfjson_host, self.lfjson_port)
|
self.mgr_url = "http://%s:%s" % (self.lfjson_host, self.lfjson_port)
|
||||||
self.test_results = []
|
self.test_results = []
|
||||||
|
|
||||||
def clear_test_results(self):
|
def clear_test_results(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user