http://gitea.recanman7nly4wwc5f2t2h55jnxsr7wo664o3lsydngwetvrguz4esid.onion/rottenwheel/revuo-weekly/commit/e231c4d8c5de333f6a2d5a406fc3486379bcbd51
Path ( tempdir ) / " cover.svg " with open ( cover_path , " w " ) as f : f . write ( cover_template ) subprocess . run ( [ " inkscape " , str ( cover_path ) , " -e " , f " content/weekly/issue- { issue_number } /cover.png " , ] ) subprocess . run ( [ ' inkscape ' , str ( cover_path ) , ' -e ' , f ' content/weekly/issue- { issue_number } /cover.png ' ] ) def get_latest_issue ( ) : issues = list ( pathlib . Path ( ' content/weekly ' ) . iterdir ( ) ) latest_issue = max ( issues , key =...