Skip to content

Commit

Permalink
changes xy text file format settings name (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongundel authored Nov 3, 2023
1 parent b34eed7 commit 466e462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disco/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@
{"name": "ASD FieldSpec IV hi res", "id": "asd", "renderer": "88dccb59-14e3-4445-8f1b-07f0470b38bb"},
]

INSTRUMENT_FILE_FORMATS = ["dx", "txt"]
XY_TEXT_FILE_FORMATS = ["dx", "txt"]

try:
from .package_settings import *
Expand Down

0 comments on commit 466e462

Please sign in to comment.