Spaces:
Sleeping
Sleeping
Update Background_Substraction.py
Browse files
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):
|