Skip to content

Commit

Permalink
Don't call this here.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 590618140
  • Loading branch information
jm2 authored and copybara-github committed Dec 13, 2023
1 parent e0e2f14 commit 8063f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glazier/lib/buildinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def GetExportedPins(self) -> Dict[str, Any]:
'lab': self.Lab,
'is_installed': self.InstalledSoftware,
'image_type': self.ImageType,
'winpe': self.WinPE(),
'winpe': self.WinPE,
}

@functools.lru_cache()
Expand Down

0 comments on commit 8063f88

Please sign in to comment.