Skip to content

Commit

Permalink
daca: print package
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Jul 4, 2023
1 parent 7be9748 commit ed64a16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/test-my-pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def format_float(a, b=1):
print("No package downloaded")
continue
else:
print('Package: ' + package)
tgz = package

source_path, source_found = lib.unpack_package(work_path, tgz, c_only=args.c_only, cpp_only=args.cpp_only)
Expand Down

0 comments on commit ed64a16

Please sign in to comment.