Skip to content
Snippets Groups Projects
Commit d3a4a9c1 authored by tabea kirchner's avatar tabea kirchner
Browse files

used new formatting for print statement

parent edfa4cd1
Branches master
No related tags found
1 merge request!1Add table of contents
......@@ -49,7 +49,7 @@ class DataValidator:
if not os.path.exists(data_dir):
data_dir = os.path.join(os.path.abspath('../../datasets'))
print('Using %s as the data directory.' % data_dir)
print('Using {} as the data directory.'.format(data_dir))
# Check if the directory exists
assert os.path.exists(data_dir), \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment