From 0ee6c43945c1ce6f8b06ce00f528500c8c364935 Mon Sep 17 00:00:00 2001 From: darkdasher <71965065+darkdasher@users.noreply.github.com> Date: Wed, 30 Sep 2020 20:22:33 +0530 Subject: [PATCH] Update directories.py --- .../06 - Managing the file system/directories.py | 1 + 1 file changed, 1 insertion(+) diff --git a/more-python-for-beginners/06 - Managing the file system/directories.py b/more-python-for-beginners/06 - Managing the file system/directories.py index e56618e4..1b846e44 100644 --- a/more-python-for-beginners/06 - Managing the file system/directories.py +++ b/more-python-for-beginners/06 - Managing the file system/directories.py @@ -15,3 +15,4 @@ for child in parent.iterdir(): if child.is_dir(): print(child) +#awesome project