aboutsummaryrefslogtreecommitdiffstats
path: root/test_exmachina.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_exmachina.py')
-rwxr-xr-xtest_exmachina.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_exmachina.py b/test_exmachina.py
index 86c71bf..3039129 100755
--- a/test_exmachina.py
+++ b/test_exmachina.py
@@ -34,7 +34,7 @@ from exmachina import ExMachinaClient
# Command line handling
def main():
- socket_path="/tmp/exmachina.sock"
+ socket_path = "/tmp/exmachina.sock"
sock = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)
sock.connect(socket_path)