"...resnet50_tensorflow.git" did not exist on "7e67dbbcb986434eaef6f1e362abc2a1579cc7b5"
Commit a6be18fb authored by quyuan's avatar quyuan
Browse files

skip case

parent e76bc9fa
...@@ -17,7 +17,7 @@ def count_folders_and_check_contents(directory): ...@@ -17,7 +17,7 @@ def count_folders_and_check_contents(directory):
folder_count = folder_count + 1 folder_count = folder_count + 1
assert os.listdir(folder_path) is not None assert os.listdir(folder_path) is not None
print (folder_count) print (folder_count)
assert folder_count == 13 assert folder_count == 14
if __name__ == "__main__": if __name__ == "__main__":
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment