mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
debug output
This commit is contained in:
parent
2587ed01c5
commit
3ebf9ea037
1 changed files with 3 additions and 0 deletions
3
build.py
3
build.py
|
|
@ -54,3 +54,6 @@ shutil.make_archive(
|
|||
base_dir=appname)
|
||||
|
||||
print('Done')
|
||||
|
||||
with os.path.open('BeeRef-0.2.0.spec') as f:
|
||||
print(f.read())
|
||||
|
|
|
|||
Loading…
Reference in a new issue