Skip to content

Commit e530acb

Browse files
committed
maze-runner (3.5) - supporting changes.
1 parent 184920d commit e530acb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bugsnag/legacy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def configure(**options):
4949
)
5050
except Exception:
5151
warnings.warn(
52-
f"legacy configuration sync failed: {exc}", stacklevel=2
52+
"legacy configuration sync failed: {}".format(exc), stacklevel=2
5353
)
5454

5555
logger = configuration.logger
@@ -68,7 +68,7 @@ def configure(**options):
6868
)
6969
except Exception:
7070
warnings.warn(
71-
f"legacy package attr sync failed: {exc}", stacklevel=2
71+
"legacy package attr sync failed: {}".format(exc), stacklevel=2
7272
)
7373

7474
return result

0 commit comments

Comments
 (0)