We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba8b375 commit ff9f507Copy full SHA for ff9f507
1 file changed
client/deis.py
@@ -205,8 +205,8 @@ def save(self):
205
with open(self._path, 'w') as f:
206
f.write(data)
207
except IOError:
208
- self._logger.error("Could not write to settings file at '~/.deis/client.json'. \
209
-Do you have the right file permissions?")
+ logging.getLogger(__name__).error("Could not write to settings file at \
+'~/.deis/client.json' Do you have the right file permissions?")
210
sys.exit(1)
211
return data
212
0 commit comments