Moar sanity checks

This commit is contained in:
Mike A. Trethewey
2020-02-26 03:35:32 -08:00
parent 0d45f20eae
commit 5897cb0b80
2 changed files with 9 additions and 5 deletions

View File

@@ -3,6 +3,9 @@
block_cipher = None
console = True
if sys.platform.find("mac") or sys.platform.find("osx"):
console = False
def recurse_for_py_files(names_so_far):
returnvalue = []
for name in os.listdir(os.path.join(*names_so_far)):