Skip to content

Commit

Permalink
fixed bug in debug redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
astro-friedel committed Mar 11, 2020
1 parent 89aaec2 commit 9557ecb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/processingfw/pfwsubmit.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ def write_block_dag(config, blkdir, blockname, debugfh=None):
""" writes block dag file """

if not debugfh:
debugfh = open('/home/friedel/despy3new/debugs', 'w')
#debugfh = sys.stderr
debugfh = sys.stderr

debugfh.write(f"write_block_dag pwd: {os.getcwd()}\n")

Expand Down

0 comments on commit 9557ecb

Please sign in to comment.