mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-04 02:28:34 +00:00
more debug
This commit is contained in:
parent
d6109b676c
commit
d68451574b
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
@ -140,6 +140,9 @@ class build_usage(Command):
|
|||
# allows us to build docs without the C modules fully loaded during help generation
|
||||
if 'BORG_CYTHON_DISABLE' not in os.environ:
|
||||
os.environ['BORG_CYTHON_DISABLE'] = self.__class__.__name__
|
||||
from borg.helpers import have_cython
|
||||
print('have_cython? %s' % have_cython())
|
||||
print("CYTHON ENV: %s" % os.environ.get('BORG_CYTHON_DISABLE'))
|
||||
from borg.archiver import Archiver
|
||||
parser = Archiver().build_parser(prog='borg')
|
||||
choices = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue