Skip to content

Commit fae1505

Browse files
committed
fix uninstall error
1 parent 2bf3335 commit fae1505

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
* Fixed bug that caused a new-line at the end of the `compas.HERE` constant in IronPython for Mac.
1717
* Fixed Grasshopper `draw_polylines` method to return `PolylineCurve` instead of `Polyline` because the latter shows as only points.
18+
* Fixed uninstall post-process.
1819

1920
### Removed
2021

src/compas_rhino/uninstall.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,5 +243,6 @@ def after_rhino_uninstall(uninstalled_packages):
243243
parser.add_argument("-p", "--packages", nargs="+", help="The packages to uninstall.")
244244

245245
args = parser.parse_args()
246+
compas_rhino.INSTALLATION_ARGUMENTS = args
246247

247248
uninstall(version=args.version, packages=args.packages)

0 commit comments

Comments
 (0)