Skip to content

Commit e949d33

Browse files
add more information to print satement (estimated_exp_date)
1 parent 19bf64b commit e949d33

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ephys/classes/experiment_objects.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,9 @@ def add_file_info(
249249
}
250250
)
251251

252-
print("Date of Experiment estimated. Please check for correct date.")
252+
print(
253+
f"Date of Experiment estimated. Please check for correct date: {estimated_exp_date}"
254+
)
253255
if add:
254256
self.file_info = np.append(self.file_info, np.array(file_list))
255257
self.experiment_info = np.append(

0 commit comments

Comments
 (0)