Skip to content

Commit

Permalink
Always include init_cinderx
Browse files Browse the repository at this point in the history
Summary:
init_cinderx has very defensive checks before actually initializing cinderx

so maybe we should always include it

Reviewed By: alexmalyshev

Differential Revision: D70213609

fbshipit-source-id: 46ed62046e8e7889f38517e4d09e95116d3e2142
  • Loading branch information
Aniket Panse authored and facebook-github-bot committed Feb 28, 2025
1 parent 529eff5 commit b9ecdb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/init_cinderx.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# ONLY USED FOR CINDERX DEVELOPMENT
# This file is deliberately not included in the set of deep-frozen bootstrap
# libraries so it can easily be excluded from the distribution to avoid
# attempting to initialize CinderX. This is desirable because this code imports
Expand Down

0 comments on commit b9ecdb4

Please sign in to comment.