Skip to content
Snippets Groups Projects
Commit 139fd70a authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

formatting

parent cf1a04b3
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ async def read_index():
@app.get("/api/tables", response_model=List[str])
def inittable_list():
"""List initTables"""
for filename in os.listdir( config["DATA_DIR"] ):
for filename in os.listdir(config["DATA_DIR"]):
if filename.endswith(".hdf5") and "worktable" not in filename:
yield filename
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment