Skip to content

Commit

Permalink
Fixed print typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sweverett committed Jul 31, 2019
1 parent 10527be commit 7637186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/balrog-add-mask-cols.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def main():
fits[1].insert_column('flags_foreground', fore_mask)

if vb:
print('Writing foreground mask...')
print('Writing badregions mask...')
fits[1].insert_column('flags_badregions', badr_mask)

if __name__=="__main__":
Expand Down

0 comments on commit 7637186

Please sign in to comment.