You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace call to eval for converting a string representation of a list
of file names with ast.literal_eval(). eval will run any string as
Python code so potentially can cause harm, ast.literal_eval() is safer.
0 commit comments