Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock committed Feb 14, 2025
1 parent 302731c commit 7d48b58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cf_remote/aramid.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ def communicate(self, timeout=1, ignore_failed=False):
self.done = True
self.stdout += out
self.stderr += err
print("CRAIG, aramid, _Task, communicate OK, stdout %s, stderr %s" % (self.stdout, self.stderr))
return True

def print_output(
Expand Down

0 comments on commit 7d48b58

Please sign in to comment.