Fix an error with NoneType
This commit is contained in:
parent
b89126bca5
commit
1818105d98
@ -187,7 +187,7 @@ def main():
|
|||||||
help='The assets directory to copy')
|
help='The assets directory to copy')
|
||||||
parser.add_option('-v', '--variable', action='append', dest='variables',
|
parser.add_option('-v', '--variable', action='append', dest='variables',
|
||||||
help='Append a variable to the params')
|
help='Append a variable to the params')
|
||||||
parser.add_option('-i', '--ignore', action='append', dest='asset_ignores',
|
parser.add_option('-i', '--ignore', action='append', dest='asset_ignores', default=[],
|
||||||
help='Ignore a folder when copying the assets')
|
help='Ignore a folder when copying the assets')
|
||||||
parser.add_option('--include', action='append', dest='includes', default=[],
|
parser.add_option('--include', action='append', dest='includes', default=[],
|
||||||
help='Include files and folders into the build')
|
help='Include files and folders into the build')
|
||||||
|
Loading…
Reference in New Issue
Block a user