Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
irees committed May 10, 2018
1 parent 1a653a9 commit ef333ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planetutils/planet.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit ef333ed

Please sign in to comment.