From b3c83538d2056b14329d08ca453d1b2337879c26 Mon Sep 17 00:00:00 2001 From: Kabilar Gunalan Date: Fri, 15 Sep 2023 20:45:24 -0500 Subject: [PATCH] Fix syntax --- element_array_ephys/ephys_organoids.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/element_array_ephys/ephys_organoids.py b/element_array_ephys/ephys_organoids.py index eaa5fc21..70c68d7d 100644 --- a/element_array_ephys/ephys_organoids.py +++ b/element_array_ephys/ephys_organoids.py @@ -140,7 +140,7 @@ class AcquisitionSoftware(dj.Lookup): @schema class EphysRawFile(dj.Manual): - definition = f""" Catalog of raw ephys files + definition = f""" # Catalog of raw ephys files file_path : varchar(512) # path to the file on the external store --- -> [nullable] Subject