KashyapiNagaHarshitha commited on
Commit
0a3da2a
1 Parent(s): 9eabd77

Update Background_substraction.py

Browse files
Files changed (1) hide show
  1. Background_substraction.py +2 -2
Background_substraction.py CHANGED
@@ -112,9 +112,9 @@ print('metadata_images_dir :', metadata_images_dir)
112
 
113
  # In[9]:
114
  if not os.path.exists(base_dir):
115
- print("WARNING: Could not find desired file: "+filename)
116
  else :
117
- print("The",filename,"file was imported for further analysis!")
118
 
119
 
120
  # Import all metadata we need from the QC/EDA chapter
 
112
 
113
  # In[9]:
114
  if not os.path.exists(base_dir):
115
+ print("WARNING: Could not find desired file: "+ base_dir)
116
  else :
117
+ print("The", base_dir ,"file was imported for further analysis!")
118
 
119
 
120
  # Import all metadata we need from the QC/EDA chapter