Skip to content

Commit 66f8160

Browse files
migrate-python-packages: Minor cleanup
1 parent 5d040dd commit 66f8160

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: scripts/migrate-python-packages.ps1

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ function migrate_global($app, $directory) {
5959
if (Test-Path 'bootstrap.py') { python bootstrap.py }
6060
if ($verbose) { python setup.py install --record "$directory\installed_files.txt" }
6161
else { python setup.py --quiet install --record "$directory\installed_files.txt" }
62+
6263
Pop-Location
6364
}
6465

@@ -77,6 +78,7 @@ function migrate_local($app, $directory) {
7778
if (Test-Path 'bootstrap.py') { python bootstrap.py }
7879
if ($verbose) { python setup.py install --user --record "$directory\installed_files.txt" }
7980
else { python setup.py --quiet install --user --record "$directory\installed_files.txt" }
81+
8082
Pop-Location
8183
}
8284

0 commit comments

Comments
 (0)