Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
lindakladivova committed Aug 9, 2023
1 parent 6fbdf26 commit 09bc083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywsdp/base/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def posli_pozadavek(self, slovnik_identifikatoru: dict) -> dict:
def _set_default_log_dir(self) -> str:
"""Privatni metoda pro nasteveni logovaciho adresare."""

log_dir = os.path.join(tempfile.gettempdir(), self.nazev_sluzby)
log_dir = os.path.join(tempfile.gettempdir(), self.nazev_sluzby)
if not os.path.exists(log_dir):
os.makedirs(log_dir)
self.logger.set_directory(log_dir)
Expand Down

0 comments on commit 09bc083

Please sign in to comment.