Commit Graph

5 Commits

Author SHA1 Message Date
770c648d51 Add comments to move_item_file_or_dir. 2024-08-16 15:49:24 -06:00
85b930d67a Further improve unzip_file per per sonarcloud.
Pull out file/folder move logic into a new function. Remove the number of indenting and number of exceptions.
2024-08-16 15:42:58 -06:00
e23d7435c1 Improve unzip_file function. Reduce cognitive complexity.
Removed all unspecified exceptions. Removed unneeded calls to other functions.
Reduced size of try catch blocks to just parts of code that could throw an error.
2024-08-16 15:29:00 -06:00
bd021e0d43 Improve unzip_file function. Reduce cognitive complexity.
Removed all unspecified exceptions. Removed unneeded calls to other functions.
Reduced size of try catch blocks to just parts of code that could throw an error.
2024-08-16 15:25:04 -06:00
9e5abe8014 Refactor helpers to own directory 2024-08-11 13:31:55 -04:00