Skip to content

Commit 5f45075

Browse files
committed
Remove --no-inline-python
just tried it an interactive session, and it worked fine. Keep the fingers crossed!
1 parent 48505c0 commit 5f45075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/update-and-sync

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ else
2121
exec >$LOGFILE 2>&1
2222
# if the htmilfy fails, sync the build log.
2323
# since sync-build-log returns false, not the whole thing is synced
24-
time ./htmlify.p6 --no-inline-python || ./util/sync-build-log
24+
time ./htmlify.p6 || ./util/sync-build-log
2525
./util/sync
2626
fi
2727

0 commit comments

Comments
 (0)