Skip to content

Commit 7600a7a

Browse files
committed
style: run ruff format
1 parent aed11d0 commit 7600a7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conf_parser/parse_domain_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def find_server_blocks(server_conf):
392392

393393

394394
def process(file_path):
395-
filename = f'{"_".join(os.path.basename(file_path).split(".")[:-1])}_server.conf'
395+
filename = f"{'_'.join(os.path.basename(file_path).split('.')[:-1])}_server.conf"
396396

397397
with open(file_path) as f:
398398
server_conf_from_yaml = yaml.safe_load(f)["data"]["server.conf"]

0 commit comments

Comments
 (0)