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
No related branches found
No related tags found
1 merge request!1Add table of contents
...@@ -49,7 +49,7 @@ class DataValidator: ...@@ -49,7 +49,7 @@ class DataValidator:
if not os.path.exists(data_dir): if not os.path.exists(data_dir):
data_dir = os.path.join(os.path.abspath('../../datasets')) 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 # Check if the directory exists
assert os.path.exists(data_dir), \ 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