Correct a typo in the change folder path
This commit is contained in:
parent
bff59b3504
commit
6ced1c0db0
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user