Skip to content

Commit

Permalink
Update footer_check script for interactive call #203 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed May 5, 2021
1 parent 3552389 commit f952823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldcoolp/scripts/testing/footer_check
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ if __name__ == '__main__':
if not exists(dir0):
makedirs(dir0)

rc = ReadmeClass(dn, config_dict=config_dict)
rc = ReadmeClass(dn, config_dict=config_dict, interactive=False)
rc.main()
rename(rc.readme_file_path,
join(footer_dir, f"README_{article}_v{version}.txt"))
Expand Down

0 comments on commit f952823

Please sign in to comment.