Skip to content
#

Privacy

Privacy is the option to limit the access others have to one's personal information. Privacy can be compromised through various economic, legal, social, and technical means. Accordingly, various projects aim to develop privacy-protecting applications, how-to guides, and policies. 🔏

Here are 1,852 public repositories matching this topic...

gmuraru
gmuraru commented Apr 30, 2020

Split the code from create_sandbox into two separate functions and remove the noqa: C901.

Describe alternatives you've considered
Simplify the function such that no split is required.

Additional context
Code quality:

2020-04-29T13:13:32.5968940Z ./syft/sandbox.py:12:1: C901 'create_sandbox' is too complex (26)
2020-04-29T13:13:32.5969257Z def create_sandbox(gbs, 
You can’t perform that action at this time.