Skip to content

Commit

Permalink
Remove --no-inline-python
Browse files Browse the repository at this point in the history
just tried it an interactive session, and it worked fine.
Keep the fingers crossed!
  • Loading branch information
moritz committed Feb 22, 2015
1 parent 48505c0 commit 5f45075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/update-and-sync
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ else
exec >$LOGFILE 2>&1
# if the htmilfy fails, sync the build log.
# since sync-build-log returns false, not the whole thing is synced
time ./htmlify.p6 --no-inline-python || ./util/sync-build-log
time ./htmlify.p6 || ./util/sync-build-log
./util/sync
fi

Expand Down

0 comments on commit 5f45075

Please sign in to comment.