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

Update Background_substraction.py

Browse files
Files changed (1) hide show
  1. Background_substraction.py +5 -1
Background_substraction.py CHANGED
@@ -111,7 +111,11 @@ print('metadata_images_dir :', metadata_images_dir)
111
  # ### II.3.1. METADATA
112
 
113
  # In[9]:
114
-
 
 
 
 
115
 
116
  # Import all metadata we need from the QC/EDA chapter
117
 
 
111
  # ### II.3.1. METADATA
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
121