Skip to content

Commit

Permalink
Merge pull request #1 from pugetsoundandvision/more-verbose
Browse files Browse the repository at this point in the history
more verbose creation
  • Loading branch information
privatezero authored Sep 4, 2018
2 parents 8c2e729 + 8dce9b8 commit d58d9c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ltomanifest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def Create_manifest(input)
bag = BagIt::Bag.new isvalidbag
if bag.valid?
TargetBags << isvalidbag
green("Confirmed bag: #{isvalidbag}")
else
red("Warning! Invalid Bag Detected at -- #{isvalidbag} -- Dumping List of Validated Bags and Exiting!")
data = {"ConfirmedBags" => TargetBags}
Expand Down

0 comments on commit d58d9c0

Please sign in to comment.