mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure that null values handled properly in CSV download. Fixes #3780
This commit is contained in:
@@ -96,7 +96,6 @@ setup(
|
||||
"Flask-BabelEx==0.9.3"
|
||||
],
|
||||
":python_version<='2.7'": [
|
||||
"backports.csv==1.0.5",
|
||||
"importlib==1.0.3"
|
||||
],
|
||||
":python_version>='2.7'": [
|
||||
|
||||
Reference in New Issue
Block a user