Repository: storm Updated Branches: refs/heads/master 6babbb08c -> 19b8b7d13
Fix typo in get_jars_full Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/19b8b7d1 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/19b8b7d1 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/19b8b7d1 Branch: refs/heads/master Commit: 19b8b7d13ee0afaa0d8082b24304823c64ff425a Parents: 6babbb0 Author: Aaron Niskode-Dossett <[email protected]> Authored: Fri Dec 4 13:40:12 2015 -0600 Committer: Aaron Niskode-Dossett <[email protected]> Committed: Fri Dec 4 13:40:12 2015 -0600 ---------------------------------------------------------------------- bin/storm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/19b8b7d1/bin/storm.py ---------------------------------------------------------------------- diff --git a/bin/storm.py b/bin/storm.py index f943778..4a9f5a3 100755 --- a/bin/storm.py +++ b/bin/storm.py @@ -108,7 +108,7 @@ def get_jars_full(adir): if os.path.isdir(adir): files = os.listdir(adir) elif os.path.exists(adir): - files = [aidr] + files = [adir] ret = [] for f in files:
