##// END OF EJS Templates
Fix auto formatting to be called only once....
Fix auto formatting to be called only once. There seem to be a small race-condition when trying to reformat the text twice in a short amount of time where some of the non-changed test diapear. For example async def b():pass Lead to two reformatting where one does not see the `async` keyword anymore., and would thus dedent the def by 1 space.

File last commit:

r1752:af0aa7a3
r25753:6c057bff
Show More
pkginstall.cfg
27 lines | 948 B | text/x-ini | IniLexer
# -*- sh -*-
#
# Configuration for the pkginstall script.
# This script uses bash syntax, as it will be sourced by a bash script.
# Uncomment and set the variables you want, otherwise pkginstall has sensible
# defaults predefined. These can also be declared either as environment
# variables (which can be done by the makefile calling this script).
#-----------------------------------------------------------------------------
#
# Executable for Python.
#
# You can set this to an explicit full path if you don't want the default
# (simply 'python') to be the version used to install this package.
#PYTHON=python
#-----------------------------------------------------------------------------
#
# Default prefix.
#
# This should be a valid input the setup.py script as the --prefix argument.
# That is, your $PYTHONPATH should contain $PREFIX/lib/pythonX.Y/site-packages,
# your $PATH should contain $PREFIX/bin, etc.
#PREFIX=$HOME/usr/local