Merge pull request #16771 from edx/ormsbee/fix_asset_watch_args
Fix watch_assets call from paver update_assets.
This commit is contained in:
@@ -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)]
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user