Skip to content

Commit

Permalink
debug comment typo
Browse files Browse the repository at this point in the history
microtechno9000 committed Dec 28, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a1f47c1 commit 3089bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arm/ui/settings/DriveUtils.py
Original file line number Diff line number Diff line change
@@ -149,8 +149,8 @@ def update_drive_job(job):
drive = SystemDrives.query.filter_by(mount=job.devpath).first()
drive.new_job(job.job_id)
app.logger.debug(f"Updating Drive: ['{drive.name}'|'{drive.mount}']"
f"Current Job: [{drive.job_id_current}"
f"Previous Job: [{drive.job_id_previous}]")
f" Current Job: [{drive.job_id_current}]"
f" Previous Job: [{drive.job_id_previous}]")
try:
db.session.commit()
logging.debug("Database update with new Job ID to associated drive")

0 comments on commit 3089bfa

Please sign in to comment.