Skip to content

Commit 67e0b07

Browse files
committed
fix formatting
1 parent 7377ee7 commit 67e0b07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/inventory/nb_inventory.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2169,9 +2169,9 @@ def parse(self, inventory, loader, path, cache=True):
21692169
cache_key = self.get_cache_key(path)
21702170

21712171
global UPDATE_CACHE
2172-
UPDATE_CACHE = not self.use_cache and self.get_option('cache')
2172+
UPDATE_CACHE = not self.use_cache and self.get_option("cache")
21732173

2174-
if self.use_cache and self.get_option('cache'):
2174+
if self.use_cache and self.get_option("cache"):
21752175
try:
21762176
HTTP_RESPONSE.update(self._cache[cache_key])
21772177
except KeyError:

0 commit comments

Comments
 (0)