KashyapiNagaHarshitha commited on
Commit
9958962
·
verified ·
1 Parent(s): 28e8c3a

Update Background_Substraction.py

Browse files
Files changed (1) hide show
  1. Background_Substraction.py +1 -1
Background_Substraction.py CHANGED
@@ -117,7 +117,7 @@ print('metadata_images_dir :', metadata_images_dir)
117
 
118
  # METADATA
119
  filename = "marker_intensity_metadata.csv"
120
- filename = os.path.join(metadata_dir)
121
 
122
  # Check file exists
123
  if not os.path.exists(filename):
 
117
 
118
  # METADATA
119
  filename = "marker_intensity_metadata.csv"
120
+ filename = os.path.join(metadata_dir, filename)
121
 
122
  # Check file exists
123
  if not os.path.exists(filename):