mirror of
https://github.com/kevinveenbirkenbach/directory-content-scanner.git
synced 2026-02-18 19:54:09 +00:00
Compare commits
2 Commits
6a28c7940d
...
280fb6be86
| Author | SHA1 | Date | |
|---|---|---|---|
| 280fb6be86 | |||
| 07da8eadf0 |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,5 @@
|
|||||||
*__pycache__*
|
*__pycache__*
|
||||||
build/
|
build/
|
||||||
src/analysis_ready_code.egg-info/
|
src/analysis_ready_code.egg-info/
|
||||||
|
flake.lock
|
||||||
|
result
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ from .directory_handler import DirectoryHandler
|
|||||||
from .tee import Tee
|
from .tee import Tee
|
||||||
|
|
||||||
import shutil
|
import shutil
|
||||||
import subprocess
|
|
||||||
|
|
||||||
def copy_to_clipboard(text: str, quiet: bool = False):
|
def copy_to_clipboard(text: str, quiet: bool = False):
|
||||||
if shutil.which("xclip"):
|
if shutil.which("xclip"):
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ import os
|
|||||||
import sys
|
import sys
|
||||||
import tempfile
|
import tempfile
|
||||||
import unittest
|
import unittest
|
||||||
from contextlib import redirect_stdout
|
|
||||||
|
|
||||||
# Ensure src/ is on sys.path when running via discover
|
# Ensure src/ is on sys.path when running via discover
|
||||||
PROJECT_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", ".."))
|
PROJECT_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", ".."))
|
||||||
|
|||||||
Reference in New Issue
Block a user