Skip to content

Commit

Permalink
return result not in (first) directory loop
Browse files Browse the repository at this point in the history
  • Loading branch information
klml committed Jan 18, 2020
1 parent 8ba07fb commit b241abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drfly/build_all_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def build_all( source_directory ):
result = build_page.build_html_json( sourcefile, source_directory )
print( result ) ## print here inside loop to get result while executing

return result
return result

if __name__ == "__main__":
build_all( os.getcwd() )

0 comments on commit b241abf

Please sign in to comment.