mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-31 18:58:01 +00:00
Removed trailing forward slash
This commit is contained in:
@@ -19,7 +19,7 @@ class LFCliBase:
|
||||
self.lfjson_port = _lfjson_port
|
||||
self.debugOn = _debug
|
||||
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 = []
|
||||
|
||||
def clear_test_results(self):
|
||||
|
||||
Reference in New Issue
Block a user