Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tempo_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"FORMAT", "EFLOOR")

T2_style_keys = ("JUMP", "T2EFAC", "T2EQUAD", "ECORR", "EFAC", "EQUAD",
"DMEFAC", "DMJUMP")
"DMEFAC", "DMEQUAD", "DMJUMP")

def toa_format(line):
"""Identifies a TOA line as one of the following types: Comment, Command,
Expand Down