Auf Rechnern, die Netzwerk-Interpreter auf U: nutzen kam bei jedem Ausführen von compare_lists ein Deprecation Warning für eine Pandas-Dependency. Deprecation Warnings werden nun ignoriert und nicht mehr ausgegeben
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
import update_database
|
import update_database
|
||||||
|
|
||||||
|
import warnings
|
||||||
|
#Wegen Pandas Deprecation eingebaut
|
||||||
|
warnings.filterwarnings("ignore", category=DeprecationWarning)
|
||||||
import argparse
|
import argparse
|
||||||
import os
|
import os
|
||||||
import json
|
import json
|
||||||
|
|||||||
Reference in New Issue
Block a user