Unverified Commit 94c5cce7 by David Ormsbee Committed by GitHub

Merge pull request #16771 from edx/ormsbee/fix_asset_watch_args

Fix watch_assets call from paver update_assets.
parents 26d42de4 f883aa94
......@@ -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)]
},
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment