We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b769e commit e6eed48Copy full SHA for e6eed48
web/client/codechecker_client/cli/store.py
@@ -925,7 +925,7 @@ def main(args):
925
# else use the analyze result folder
926
temp_dir_path: str = args.temp_dir if args.temp_dir else args.input[0]
927
if not os.access(temp_dir_path, os.W_OK):
928
- # If the specified folder isn't writeable fallback to /tmp/
+ # If the specified folder isn't writeable; fallback to /tmp/
929
LOG.debug("'%s' is readonly, falling back to /tmp", temp_dir_path)
930
temp_dir_path = "/tmp"
931
try:
0 commit comments