Skip to content

Commit c6d6293

Browse files
Update gallery_generator.py
1 parent cda8ab8 commit c6d6293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_extensions/gallery_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def generate_repo_dicts(all_items):
7373
repo_dicts = []
7474
chapter_dicts = []
7575
logging = False
76-
76+
7777
for item in all_items:
7878
host = item['host'].strip()
7979
user = item['user'].strip()

0 commit comments

Comments
 (0)