Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
furkan-bilgin committed Nov 14, 2024
1 parent a066d7a commit eb9ba7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daq/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_daq_job_class(
daq_job_class = DAQ_JOB_TYPE_TO_CLASS[daq_job_type]
if warn_deprecated:
logging.warning(
f"DAQ job type '{daq_job_type}' is deprecated, please use the '{daq_job_class.__name__}' instead"
f"DAQ job type '{daq_job_type}' is deprecated, please use '{daq_job_class.__name__}' instead"
)
else:
for daq_job in ALL_DAQ_JOBS:
Expand Down

0 comments on commit eb9ba7c

Please sign in to comment.