Skip to content

Commit

Permalink
fix matlab file type
Browse files Browse the repository at this point in the history
  • Loading branch information
quanpython committed Dec 22, 2023
1 parent 0a8e15b commit c39a8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studio/app/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class FILETYPE:
CSV: str = "csv"
HDF5: str = "hdf5"
BEHAVIOR: str = "behavior"
MATLAB: str = "mat"
MATLAB: str = "matlab"


ACCEPT_TIFF_EXT = [".tif", ".tiff", ".TIF", ".TIFF"]
Expand Down

0 comments on commit c39a8cb

Please sign in to comment.