Skip to content

Commit

Permalink
Revert changes to hveto.utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Urban committed Mar 30, 2019
1 parent 816ac3a commit 4deccac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hveto/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def write_lal_cache(target, paths):
# write to file
for path in paths:
obs, tag, segment = filename_metadata(path)
print(obs[0], tag, segment[0], abs(segment), path, file=target)
print(obs, tag, segment[0], abs(segment), path, file=target)

return target

Expand Down

0 comments on commit 4deccac

Please sign in to comment.