Skip to content

Commit 7025307

Browse files
committedJun 11, 2021
añadido docstring
1 parent 268f3d2 commit 7025307

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎getjson.py

+2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ def write_Results(repo):
107107
with open(name_file, 'w') as file:
108108
json.dump(dict_repo, file, indent=4)
109109

110+
110111
def show_Results():
112+
""" Returns the result of the analysis. """
111113
repos = dict_total.keys()
112114
num_files = 0
113115
result = '====================================='

0 commit comments

Comments
 (0)