Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvng committed Aug 29, 2024
1 parent 0dc51c9 commit 3b1b6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socs/agents/http_camera/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def acq(self, session, params=None):
out_file.write(chunk)
out_file.flush()
os.fsync(out_file.fileno())
self.log.debug(f"Wrote {ctime}.jpg to /{camera['location']}/{ctime_dir}.")
self.log.debug(f"Wrote {ctime}.jpg to /{camera['location']}/{ctime_dir}.")
except BaseException as e:
self.log.error(f'{e}')
self.log.info("An error occurred while writing to file.")
Expand Down

0 comments on commit 3b1b6dd

Please sign in to comment.