Update Common Issues authored by Calvin Eiber's avatar Calvin Eiber
...@@ -119,7 +119,7 @@ Many filenames and filepaths were changed during the process of experiment curat ...@@ -119,7 +119,7 @@ Many filenames and filepaths were changed during the process of experiment curat
**Note:** many scripts iterate over files, using code like **Note:** many scripts iterate over files, using code like
```matlab ```matlab
list = dir(../data/filespec*.mat). list = dir('../data/filespec*.mat').
``` ```
These scripts may not throw an error for missing files, but instead run and return nothing or generate empty figures. The underlying issue remains the same. These scripts may not throw an error for missing files, but instead run and return nothing or generate empty figures. The underlying issue remains the same.
... ...
......