Skip to content

Commit

Permalink
deleted a space from log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
ItamarGoldman committed Dec 4, 2023
1 parent 1fb45ce commit 53ddcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_experiments/framework/restless_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def _enable_restless(
T1 time of one of the physical qubits in the experiment and the flag
``ignore_t1_check`` is False.
"""
LOG.debug("Enabling restless configuration. This will override current configuration. ")
LOG.debug("Enabling restless configuration. This will override current configuration.")
try:
if not rep_delay:
# BackendV1 only; BackendV2 does not support this
Expand Down

0 comments on commit 53ddcd4

Please sign in to comment.