Fix copy_archives crash when pattern is None 85/13285/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 1 Nov 2018 21:53:47 +0000 (17:53 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 1 Nov 2018 21:56:17 +0000 (17:56 -0400)
commitedc0cbca83d8eb4b7f1108cd672e00ae6fc98a96
tree7370e5ab8d95ba07b9dd1882b6c7c702c495fe88
parent92b39c9e0c6033cff0535393f7a089312f0b15a9
Fix copy_archives crash when pattern is None

We should just exist out of the function if no pattern is passed.

Change-Id: I7299b2606713685720ff0cf76b5fddb77296a954
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
lftools/deploy.py