parserPDF / file_handler /file_utils.py

Commit History

file_utils: fixing file_path.touch
5377de5

semmyk commited on

file_utils: debugging file_path
f748dfb

semmyk commited on

file_utils: oops: dir_path.chmod(0)
7f1d2ea

semmyk commited on

file_utils: file_path.chmod(0)
6393e05

semmyk commited on

fix: if file exists - dir_path.mkdir(parents=True, exist_ok=True, mode=0o2664) #, mode=0o2644)
1e8cc4d

semmyk commited on

fix: if not file_path.exists() - dir_path.mkdir(parents=True, exist_ok=True) #, mode=0o2644)
aab6bfe

semmyk commited on

fix logger check_create_file() to ensure logging file
e8f8991

semmyk commited on

fix: file.utils create logging file
c1f3308

semmyk commited on

Refactor file permission handling in check_create_paths and ensure consistent logging setup
3c68ee3

semmyk commited on

fix app_logging.log if exists
51c77cb

semmyk commited on

initial commit
0fd441a

semmyk commited on