diff --git a/httpie/sessions.py b/httpie/sessions.py index af2dfc39..9f11c0b1 100644 --- a/httpie/sessions.py +++ b/httpie/sessions.py @@ -48,8 +48,8 @@ def get_response( # host:port => host_port hostname = hostname.replace(':', '_') path = ( - config_dir / SESSIONS_DIR_NAME / hostname / - (session_name + '.json') + config_dir / SESSIONS_DIR_NAME / hostname + / (session_name + '.json') ) session = Session(path)