Merge pull request #16771 from edx/ormsbee/fix_asset_watch_args

Fix watch_assets call from paver update_assets.
This commit is contained in:
David Ormsbee
2017-12-05 11:15:52 -05:00
committed by GitHub

View File

@@ -962,6 +962,6 @@ def update_assets(args):
'background': not args.debug,
'theme_dirs': args.theme_dirs,
'themes': args.themes,
'wait': float(args.wait)
'wait': [float(args.wait)]
},
)