You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-08-10 22:42:05 +02:00
Added tests for sessions.
This commit is contained in:
@@ -45,8 +45,7 @@ class Environment(object):
|
||||
@property
|
||||
def config(self):
|
||||
if not hasattr(self, '_config'):
|
||||
self._config = Config()
|
||||
self._config.directory = self.config_dir
|
||||
self._config = Config(directory=self.config_dir)
|
||||
if self._config.is_new:
|
||||
self._config.save()
|
||||
else:
|
||||
|
Reference in New Issue
Block a user