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
114114- [ @joranbeasley ] ( https://github.com/joranbeasley ) | [ contributions] ( https://github.com/pyjanitor-devs/pyjanitor/issues?q=is%3Aclosed+mentions%joranbeasley )
115115-[ @kianmeng ] ( https://github.com/kianmeng ) | [ contributions] ( https://github.com/pyjanitor-devs/pyjanitor/pull/1290#issue-1906020324 )
116116- [ @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:
866866 Raises:
867867 ValueError if the file extension is unsupported.
868868 """
869+ file_path = file_path .lower ()
869870 if file_path .endswith (".zip" ):
870871 return "zip"
871872 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