Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Enable Inline::Python again
I have installed a version of Inline::Python that nine++ fixed
  • Loading branch information
moritz committed Feb 24, 2015
1 parent baf99a8 commit f741837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/update-and-sync
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 f741837

Please sign in to comment.