dyspop / figgy

Allows end-user Configuration generation for development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

command line / standard out prints return with secrets unobscured

dyspop opened this issue · comments

Could use:

if sys.stdout.isatty():
    pass
else
    return

above solution mostly works (typo notwithstanding)