Skip to content

Commit e6eed48

Browse files
committed
Add comman to comment
1 parent a5b769e commit e6eed48

File tree

1 file changed

+1
-1
lines changed
  • web/client/codechecker_client/cli

1 file changed

+1
-1
lines changed

web/client/codechecker_client/cli/store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ def main(args):
925925
# else use the analyze result folder
926926
temp_dir_path: str = args.temp_dir if args.temp_dir else args.input[0]
927927
if not os.access(temp_dir_path, os.W_OK):
928-
# If the specified folder isn't writeable fallback to /tmp/
928+
# If the specified folder isn't writeable; fallback to /tmp/
929929
LOG.debug("'%s' is readonly, falling back to /tmp", temp_dir_path)
930930
temp_dir_path = "/tmp"
931931
try:

0 commit comments

Comments
 (0)