From 812d9b269ac9690bb2d8e0dec27a76a04f5220c8 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Sat, 10 Oct 2020 15:30:38 -0700 Subject: [PATCH] Missed file --- tools/batools/assetstaging.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/batools/assetstaging.py b/tools/batools/assetstaging.py index 286c3198..f5f5f672 100755 --- a/tools/batools/assetstaging.py +++ b/tools/batools/assetstaging.py @@ -252,8 +252,8 @@ def _sync_windows_extras(cfg: Config) -> None: _run(cmd) # Now sync the top level individual files that we want. - # (we could technically copy everything over but this keeps staging - # dirs a bit tidier) + # We could technically copy everything over but this keeps staging + # dirs a bit tidier. dbgsfx = '_d' if cfg.debug else '' toplevelfiles: List[str] = [f'python38{dbgsfx}.dll']