Skip to content

Commit ee8c9f7

Browse files
committed
ci: try global variable
1 parent aa0cb33 commit ee8c9f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

blurry/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ def write_html_file(
190190
write_index_file_creating_path(folder_in_build, html)
191191

192192

193+
global file_data_by_directory
194+
195+
193196
def gather_file_data_by_directory() -> DirectoryFileData:
194197
# Sort file data by publishedDate/createdDate, descending, if present
195198
file_data_by_directory: DirectoryFileData = {}

0 commit comments

Comments
 (0)