Skip to content

Commit

Permalink
comment a line in update script, I am not sure what it does
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier committed Sep 17, 2023
1 parent c0d9a4d commit 0a525df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/update_ua_nodeset.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def get_new_nodeset(timeout: float = 120, tag: Optional[str] = None, branch: Opt
rm_tree(backup_v2)
rm_tree(target_v2 / ".git")
rm_tree(target_v2 / ".github")
(target_v2 / "PublishNodeSets.bat").unlink()
#(target_v2 / "PublishNodeSets.bat").unlink()


def generate_standard_nodesets():
Expand Down

0 comments on commit 0a525df

Please sign in to comment.