Skip to content

Commit a85c090

Browse files
authoredMay 16, 2024
Merge pull request #2150 from allmightyspiff/issues2149
Fixed a bug in the config parser
2 parents fa6e642 + 82116c1 commit a85c090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎SoftLayer/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def get_client_settings_config_file(**kwargs): # pylint: disable=inconsistent-r
6161
'proxy': '',
6262
'userid': '',
6363
'access_token': '',
64-
'verify': True
64+
'verify': "True"
6565
})
6666
config.read(config_files)
6767

0 commit comments

Comments
 (0)