Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed May 28, 2022
1 parent 1b4cb56 commit c9bf109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backend/managers/dependency.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,8 +562,8 @@ def __step_copy_dll(self, config: dict, step: dict):

shutil.copyfile(os.path.join(path, _name), _dest)

except Exception as e:
logging.warning(e)
except Exception:
logging.warning("An error occurred while copying dlls.")
return False

return True
Expand Down

0 comments on commit c9bf109

Please sign in to comment.