Correct a typo in the change folder path

This commit is contained in:
2023-06-21 00:40:31 +02:00
parent bff59b3504
commit 6ced1c0db0

View File

@@ -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)