You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's hard to see what's happening when things go wrong because the commands being run aren't printed unless your run u test mode. And then it doesn't actually run them, it only prints them.
Add a verbose option to the config file that will add print(' '.join(cmd)) right before the subprocess call in exec() if it's set.
The text was updated successfully, but these errors were encountered:
It's hard to see what's happening when things go wrong because the commands being run aren't printed unless your run u test mode. And then it doesn't actually run them, it only prints them.
Add a verbose option to the config file that will add
print(' '.join(cmd))
right before thesubprocess
call inexec()
if it's set.The text was updated successfully, but these errors were encountered: