Skip to content

Commit b5f1b63

Browse files
DineshDinesh
authored andcommitted
added print
1 parent 3810a88 commit b5f1b63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/get_project_version_total_scan_size.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@
5050
print(f" size:{'{0:.2f}'.format(size)} MB")
5151

5252
totalsize=sizeTrack/1024/1024
53+
print("===============================")
5354
print(f"Project Total size:{'{0:.2f}'.format(totalsize)} MB")
54-
55+
print("===============================")
5556

5657
# print(json.dumps(
5758
# {

0 commit comments

Comments
 (0)