Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save code-review-doctor/462bf3bed9b53f2840add87038af2959 to your computer and use it in GitHub Desktop.
Save code-review-doctor/462bf3bed9b53f2840add87038af2959 to your computer and use it in GitHub Desktop.
raise ValueError(
f"Arguments critical_section_def={critical_section_def} "
"and shared_name={shared_name} are mutually exclusive. "
"Please only specify one of them."
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment