Skip to content

Commit 795c2f5

Browse files
author
minjk-bl
committed
Add txt extension
1 parent 6d79f5a commit 795c2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualpython/js/m_apps/File.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ define([
3939
this.config.checkModules = ['pd'];
4040

4141
this.fileExtensions = {
42-
'csv': ['csv', 'tsv'],
42+
'csv': ['csv', 'tsv', 'txt'],
4343
'excel': ['xlsx', 'xls'],
4444
'json': ['json'],
4545
'pickle': [],

0 commit comments

Comments
 (0)