forked from sagemath/sage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/sage/interfaces/gap.py: don't load all packages on workspace reset
Resetting the GAP workspace already initializes a new Gap instance and loads our default collection of packages. There's no need to load anything else in gap_reset_workspace(). The disabling of the color prompt is now handled in both sage.gaprc and sage.g (both GAP interfaces) so we remove that as well. Fixes: sagemathGH-31761
- Loading branch information
Showing
1 changed file
with
7 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters