We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6b209a + bc534f9 commit d9487e6Copy full SHA for d9487e6
1 file changed
fedex/base_service.py
@@ -81,7 +81,7 @@ def __init__(self, config_obj, wsdl_name, *args, **kwargs):
81
self.logger.info("Using production server.")
82
self.wsdl_path = os.path.join(config_obj.wsdl_path, wsdl_name)
83
84
- self.client = Client('file://%s' % self.wsdl_path)
+ self.client = Client('file:///%s' % self.wsdl_path.lstrip('/'))
85
86
#print self.client
87
0 commit comments