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
Inside the function dataFromFile(fname) ,the file is opened. But the file close function is not called, which is not safe. Suggest that call the with open...as... instead of open function.
The text was updated successfully, but these errors were encountered:
Inside the function
dataFromFile(fname)
,the file is opened. But the file close function is not called, which is not safe. Suggest that call thewith open...as...
instead ofopen
function.The text was updated successfully, but these errors were encountered: