Fix option handling in case of no '--tag' option. 45/24345/1
authorTomofumi Hayashi <tohayash@redhat.com>
Tue, 15 Nov 2016 09:26:29 +0000 (18:26 +0900)
committerTomofumi Hayashi <tohayash@redhat.com>
Tue, 15 Nov 2016 09:26:29 +0000 (18:26 +0900)
commitd38cc2e9ada03a2c257bf74a751070eb47036b64
treea1f2d1895a0f3ee414540ab67d6a078a0a688893
parent64b221bee631cf52bf6a1109c16f9544eff58f80
Fix option handling in case of no '--tag' option.

In case of default, 'None' is in kwargs['tag'] so need to
check it in option handling. The code is to fix it.

Change-Id: Iaadf7e6f0f064dda819970346a810a6a8b47c74c
Signed-off-by: Tomofumi Hayashi <tohayash@redhat.com>
dovetail/run.py