From ef333ed459101db28dea479e41d86552c385f9f5 Mon Sep 17 00:00:00 2001 From: Ian Rees Date: Wed, 9 May 2018 18:14:40 -0700 Subject: [PATCH] Fix test --- planetutils/planet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planetutils/planet.py b/planetutils/planet.py index 8c6f404..f8b699d 100644 --- a/planetutils/planet.py +++ b/planetutils/planet.py @@ -18,7 +18,7 @@ def __init__(self, osmpath=None, grain='hour', changeset_url=None, osmosis_workd def command(self, args): log.debug(args) return subprocess.check_output( - cmd, + args, shell=False )