Correct a typo in the change folder path

This commit is contained in:
Benjamin Loison 2023-06-21 00:40:31 +02:00
parent bff59b3504
commit 6ced1c0db0
Signed by: Benjamin_Loison
SSH Key Fingerprint: SHA256:BtnEgYTlHdOg1u+RmYcDE0mnfz1rhv5dSbQ2gyxW8B8

View File

@ -4,7 +4,7 @@
import os, subprocess, shlex, re, config 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) os.chdir(path)