Skip to content

Commit

Permalink
mf
Browse files Browse the repository at this point in the history
  • Loading branch information
mam10eks committed Nov 25, 2023
1 parent 1ad0230 commit d00e5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tira-ir-starters/pyterrier/run-pyterrier-notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def main(args):
os.environ['TIRA_OUTPUT_DIRECTORY'] = os.path.abspath(args.output)

if args.chdir:
print('Change directory to allow relative imports to "{args.chdir}".', flush=True)
print(f'Change directory to allow relative imports to "{args.chdir}".', flush=True)
os.chdir(args.chdir)

command = f'runnb --allow-not-trusted {args.notebook}'
Expand Down

0 comments on commit d00e5e2

Please sign in to comment.