Skip to content

Commit

Permalink
flake
Browse files Browse the repository at this point in the history
  • Loading branch information
bimac committed Dec 5, 2024
1 parent 93cc445 commit 21dce81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibllib/oneibl/registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def register_session(self, ses_path, file_list=True, projects=None, procedures=N
with narrative_file.open('r') as f:
narrative = f.read()
else:
narrative = ''
narrative = ''

# query Alyx endpoints for subject, error if not found
subject = self.assert_exists(subject, 'subjects')
Expand Down

0 comments on commit 21dce81

Please sign in to comment.