diff --git a/uke3.py b/uke3.py index bd77810..92d7690 100644 --- a/uke3.py +++ b/uke3.py @@ -3,7 +3,7 @@ """ Created on Thu Sep 28 08:23:56 2023 -@author: innagumauri +@author: Inna Gumauri, Trygve Børte Nomeland """ #%% Task 1 @@ -47,7 +47,7 @@ def print_imp_dir(path="./"): p = Path(path) files = list(p.glob('*.py')) for f in files: - print(f'{Path.cwd()}+{f}: {get_imp_file(f)}') - + print(f'{Path.cwd()}/{f}: {get_imp_file(f)}') + print_imp_dir() # %%