overwrite not always defined

Add the local variable 'overwrite' with a default value.
This commit is contained in:
Craig Tracey 2014-11-20 16:07:55 -05:00
parent fa850872b5
commit bf68984dfa
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ class Package(object):
distro)
target = SUPPORTED_DISTROS[distro]
overwrite = ''
if self.overwrite:
overwrite = '-f'