Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Nov 20, 2019
1 parent 6ccb714 commit de45c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toast/dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def info(self, handle=None, flag_mask=255, common_flag_mask=255, intervals=None)
if handle is None:
print(msg, flush=True)
else:
handle.write()
handle.write(msg)
else:
if wcomm.rank == 0:
msg = "Data distributed over {} processes in {} groups\n".format(
Expand Down

0 comments on commit de45c45

Please sign in to comment.