debug output

This commit is contained in:
Rebecca Breu 2021-08-09 18:51:33 +02:00
parent 2587ed01c5
commit 3ebf9ea037

View file

@ -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())