issues
search
aroberge
/
easygui_qt
Inspired by easygui, designed for PyQt
BSD 3-Clause "New" or "Revised" License
61
stars
18
forks
source link
BF: pass lists to subprocess.check_output() in launcher demo
#10
Closed
jeremygray
closed
9 years ago
jeremygray
commented
9 years ago
hopefully lists work here in python 3
a side-benefit of using lists: automatically handles white-space in filenames
not sure whether "if LOCALE:" needs to be "if LOCALE is not None:" (per logic in original code). I doubt that it matters (empty list or empty string? int 0?)