Skip to content

Commit 3cec8e7

Browse files
committed
fix: missed one
1 parent 05fee8b commit 3cec8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ def loads(data, conf=True):
522522
m = re.compile(r'^\s*}').search(data[index:])
523523
if m:
524524
if isinstance(lopen[0], Container):
525-
logging.debug(f"Close ({lopen[0].__class__.__name__})")
525+
logging.debug("Close ({0})".format(lopen[0].__class__.__name__))
526526
c = lopen[0]
527527
lopen.pop(0)
528528
if lopen and isinstance(lopen[0], Container):

0 commit comments

Comments
 (0)