Skip to content

Commit

Permalink
fix: don't register save output hook by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hellkite500 committed Jul 24, 2024
1 parent 4e0a693 commit 476b512
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/ngen_cal/src/ngen/cal/ngen.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ def __init__(self, **kwargs):
#now we work ours
# Register the default ngen output hook
self._plugin_manager.register(TrouteOutput(self.routing_output))
self._plugin_manager.register(NgenSaveOutput())
#Make a copy of the config file, just in case
shutil.copy(self.realization, str(self.realization)+'_original')

Expand Down

0 comments on commit 476b512

Please sign in to comment.