Unhandled exception when `cmd` is a string

Issue #6 new
Emanuele D'Osualdo created an issue

Hi, line 168 performs a join on cmd which can be an array or a string. In case it's a string this line fails with an unhandled exception. A simple fix would be to replace the join with

str(cmd)

Comments (0)

  1. Log in to comment