Commit 445f256f authored by Olivier's avatar Olivier

comment a line in update script, I am not sure what it does

parent e4cee394
...@@ -61,7 +61,7 @@ def get_new_nodeset(timeout: float = 120, tag: Optional[str] = None, branch: Opt ...@@ -61,7 +61,7 @@ def get_new_nodeset(timeout: float = 120, tag: Optional[str] = None, branch: Opt
rm_tree(backup_v2) rm_tree(backup_v2)
rm_tree(target_v2 / ".git") rm_tree(target_v2 / ".git")
rm_tree(target_v2 / ".github") rm_tree(target_v2 / ".github")
(target_v2 / "PublishNodeSets.bat").unlink() #(target_v2 / "PublishNodeSets.bat").unlink()
def generate_standard_nodesets(): def generate_standard_nodesets():
......
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