Skip to content

Commit

Permalink
fix: disable multiprocessing again
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoVoges committed Aug 30, 2023
1 parent 7fbb6f0 commit e070b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kapitan/inventory/omegaconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def inventory(self):
selected_targets = self.get_selected_targets()

# TODO: add flag for multiprocessing
use_mp = True
use_mp = False

if not use_mp:
nodes = {}
Expand Down

0 comments on commit e070b46

Please sign in to comment.