From 7cd17c99d5f491c3fb95b99a485f7356ebaa397a Mon Sep 17 00:00:00 2001 From: k3it Date: Thu, 16 Nov 2017 16:19:28 -0500 Subject: [PATCH] update tmp dir location for unit tests --- test/test_qsorder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_qsorder.py b/test/test_qsorder.py index 5964453..b669d73 100644 --- a/test/test_qsorder.py +++ b/test/test_qsorder.py @@ -135,7 +135,7 @@ def test_qso(self): now = datetime.datetime.utcnow() now += datetime.timedelta(0,3) - argslist = ['-d 2', '-p tmp'] + argslist = ['-d 2', '-p', 'tmp'] data.find('timestamp').text = now.strftime("%Y-%m-%d %H:%M:%S") udp_packet = ET.tostring(data)