We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6df3b commit 2eaddbdCopy full SHA for 2eaddbd
1 file changed
client/deis.py
@@ -1225,7 +1225,6 @@ def keys_add(self, args):
1225
selected_key[2], selected_key[3]
1226
)
1227
}
1228
-
1229
sys.stdout.write("Uploading {} to Deis...".format(selected_key[1]))
1230
else:
1231
body = {
@@ -1234,7 +1233,6 @@ def keys_add(self, args):
1234
1233
1235
1236
1237
1238
sys.stdout.write("Uploading {} to Deis...".format(selected_key[4]))
1239
sys.stdout.flush()
1240
response = self._dispatch('post', '/api/keys', json.dumps(body))
0 commit comments