mirror of
https://github.com/erkin/ponysay
synced 2024-11-10 13:54:16 +00:00
remove variable that I added and then removed
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
3a6ac727a5
commit
bfa16281ac
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -240,7 +240,7 @@ class Setup():
|
||||||
elif opts.opts['--freedom'][0].lower() in ('partial', 'sloppy', 'false', 'no'):
|
elif opts.opts['--freedom'][0].lower() in ('partial', 'sloppy', 'false', 'no'):
|
||||||
self.free = False
|
self.free = False
|
||||||
def checkFreedom():
|
def checkFreedom():
|
||||||
if force and (self.free is None):
|
if self.free is None:
|
||||||
if (opts.opts['--version'] is None) and ((len(opts.files) != 1) or (opts.files[0] != 'version')):
|
if (opts.opts['--version'] is None) and ((len(opts.files) != 1) or (opts.files[0] != 'version')):
|
||||||
print('')
|
print('')
|
||||||
print('You need to select your freedom, add --freedom=strict or --freedom=partial.')
|
print('You need to select your freedom, add --freedom=strict or --freedom=partial.')
|
||||||
|
|
Loading…
Reference in a new issue