File tree Expand file tree Collapse file tree 6 files changed +6
-4
lines changed Expand file tree Collapse file tree 6 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -114,3 +114,4 @@ Contributors
114
114
- [ @joranbeasley ] ( https://github.com/joranbeasley ) | [ contributions] ( https://github.com/pyjanitor-devs/pyjanitor/issues?q=is%3Aclosed+mentions%joranbeasley )
115
115
-[ @kianmeng ] ( https://github.com/kianmeng ) | [ contributions] ( https://github.com/pyjanitor-devs/pyjanitor/pull/1290#issue-1906020324 )
116
116
- [ @lbeltrame ] ( https://github.com/lbeltrame ) | [ contributions] ( https://github.com/pyjanitor-devs/pyjanitor/pull/1401 )
117
+ - [ @Sabrina-Hassaim ] ( https://github.com/Sabrina-Hassaim ) | [ contributions] ( https://github.com/pyjanitor-devs/pyjanitor/issues?q=is%3Aclosed+mentions%3ASabrinaHassaim )
Original file line number Diff line number Diff line change 1
- mkdocs/devguide.md
1
+ mkdocs/devguide.md
Original file line number Diff line number Diff line change 1
- mkdocs/index.md
1
+ mkdocs/index.md
Original file line number Diff line number Diff line change @@ -866,6 +866,7 @@ def _infer_file_type(file_path: str) -> str:
866
866
Raises:
867
867
ValueError if the file extension is unsupported.
868
868
"""
869
+ file_path = file_path .lower ()
869
870
if file_path .endswith (".zip" ):
870
871
return "zip"
871
872
elif file_path .endswith ((".tar" , ".tar.gz" )):
Original file line number Diff line number Diff line change 1
- ../AUTHORS.md
1
+ ../AUTHORS.md
Original file line number Diff line number Diff line change 1
- ../CHANGELOG.md
1
+ ../CHANGELOG.md
You can’t perform that action at this time.
0 commit comments