We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 367f147 commit f908c7aCopy full SHA for f908c7a
shellfoundry/utilities/driver_generator.py
@@ -67,7 +67,7 @@ def _generate_driver_data_model(
67
url = "http://{}:{}/API/ShellDrivers/Generate".format(
68
cloudshell_config.host, cloudshell_config.port
69
)
70
- token = client.token
+ token = client._token
71
response = post(
72
url,
73
files={path.basename(shell_filename): open(package_full_path, "rb")},
0 commit comments