Skip to content

Commit

Permalink
ws
Browse files Browse the repository at this point in the history
  • Loading branch information
BjornFJohansson committed Jun 5, 2023
1 parent 2e1796a commit eb6f9c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pydna/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,7 @@ def wrappee(*args, **kwargs):
_os.getenv("pydna_cached_funcs", ""),
)
if filename not in _os.getenv("pydna_cached_funcs", ""):
_module_logger.info(
"cache filename not among cached functions, made it new!"
)
_module_logger.info("cache filename not among cached functions, made it new!")
return f(*args, **kwargs)
key = _base64.urlsafe_b64encode(_hashlib.sha1(_pickle.dumps((args, kwargs))).digest()).decode("ascii")
_module_logger.info("key = %s", key)
Expand Down

0 comments on commit eb6f9c0

Please sign in to comment.