Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit d571c18e authored by frey_m's avatar frey_m
Browse files

add missing colon

parent 391f9d2d
No related branches found
No related tags found
1 merge request!72Resolve "Missing colon"
......@@ -110,7 +110,7 @@ def load_dataset(directory, **kwargs):
for fname in fnames:
full_path = os.path.join(directory, fname)
ftype = FileType.extensionToFileType(full_path)
if _append_dataset(datasets, ftype, astype, directory, fname)
if _append_dataset(datasets, ftype, astype, directory, fname):
break
opal_logger.debug('\nDone.\n' )
......
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