From 104118b280134cc00add65a143c80fb6b39b5c0c Mon Sep 17 00:00:00 2001 From: cktricky Date: Fri, 28 Sep 2018 09:38:30 -0700 Subject: [PATCH] just changed the printout so that it looks like how you would call it from the command line --- weirdAAL.py | 1 + 1 file changed, 1 insertion(+) diff --git a/weirdAAL.py b/weirdAAL.py index 387036f..ebd955f 100755 --- a/weirdAAL.py +++ b/weirdAAL.py @@ -110,6 +110,7 @@ def make_tabulate_rows(hash, cloud_provider): for item in hash[key]: for (k,v) in item.items(): normalized_comment = normalize_comments(v) + k = re.sub("module_", "", k) entire_contents.append([cloud_provider, key, k, normalized_comment]) return entire_contents