Skip to content

Commit

Permalink
Update sbom.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leflambeur authored Oct 12, 2021
1 parent 630a22c commit fdc1077
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sbom.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ def main():

package.read(asset_id)

print("Doing" + command)
print("Doing " + command)

print(sys.argv)

match command:

Expand Down Expand Up @@ -117,4 +119,4 @@ def main():

if __name__ == "__main__":
main()


0 comments on commit fdc1077

Please sign in to comment.