X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=provisioning%2Fpelican_scheduler.py;fp=provisioning%2Fpelican_scheduler.py;h=5fdc607ba1f558a6f4855a9539f258462a5d2a09;hp=c58a036d62e7ca6b972a5fb557429d1efa7a40ae;hb=eccbe67b7be70ad533eb21ef6b651636ac315a28;hpb=0e9c464995c2d307c5e5a7ea0b1420e17119eae0 diff --git a/provisioning/pelican_scheduler.py b/provisioning/pelican_scheduler.py index c58a036..5fdc607 100755 --- a/provisioning/pelican_scheduler.py +++ b/provisioning/pelican_scheduler.py @@ -74,7 +74,9 @@ def main(): # sitegen now! (even if there are no posts to queue, we can at least update # /drafts/) and make any back-edits to published posts live - subprocess.run(SITEGEN_COMMAND) + subprocess.run(SITEGEN_COMMAND, + # XXX: `shell=True` is contrary to the moral law + shell=True) # look for scheduled future posts future_publication_times = get_future_publication_times()