Skip to content

Commit

Permalink
added log
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiri Otoupal committed Mar 14, 2024
1 parent 69bbaba commit ee828bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion abst/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"CLI Command making OCI Bastion and kubernetes usage simple and fast"
)

__version__ = "2.3.43"
__version__ = "2.3.44"
__author__ = "Jiri Otoupal"
__author_email__ = "jiri-otoupal@ips-database.eu"
__license__ = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion abst/sharing/local_broadcast.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def retrieve_json(self) -> dict:
try:
return json.loads(data)
except JSONDecodeError:
logging.debug("Failed to load {data}")
logging.debug(f"Failed to load {data}")
return {}

def get_used_space(self) -> int:
Expand Down

0 comments on commit ee828bd

Please sign in to comment.