scruffy icon indicating copy to clipboard operation
scruffy copied to clipboard

Scruffy. The Janitor.

Results 6 scruffy issues
Sort by recently updated
recently updated
newest added

imp has been removed from Python 3.12. This PR uses the importlib library instead.

**scruffy/plugins.py** uses imp unfortunately , it is removed in python 3.12

The following two tests: - [`test_environment_full`](https://github.com/snare/scruffy/blob/9a993434e85a8140668a9e884190e714b4e088e2/tests/env_tests.py#L44) - [`test_directory`](https://github.com/snare/scruffy/blob/master/tests/file_tests.py#L95) Fail if the directories `/tmp/scruffy_string_dir` and `/tmp/scruffy_test`(respectively) already exist and are owned by another user. They are left as artifacts after the...