From 6ced1c0db0d20c8bb35b4ef8410c22dd8cc1b901 Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Wed, 21 Jun 2023 00:40:31 +0200 Subject: [PATCH] Correct a typo in the change folder `path` --- bnp_pdf_statement_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bnp_pdf_statement_parser.py b/bnp_pdf_statement_parser.py index aa39ef8..c37839a 100755 --- a/bnp_pdf_statement_parser.py +++ b/bnp_pdf_statement_parser.py @@ -4,7 +4,7 @@ import os, subprocess, shlex, re, config -path = '/home/benjamin/Desktop/bens_folder/bazaar/documents/bnp/RLV_CHQ_{config.RLV_CHQ}' +path = f'/home/benjamin/Desktop/bens_folder/bazaar/documents/bnp/RLV_CHQ_{config.RLV_CHQ}' os.chdir(path)