Remove pointless format
This commit is contained in:
parent
e06a4dced4
commit
96da8485d9
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ def main():
|
|||
open(file_name, "wb").write(plaintext)
|
||||
|
||||
if plumber is not None:
|
||||
subprocess.run([plumber, "{file}".format(file=file_name)])
|
||||
subprocess.run([plumber, file_name])
|
||||
|
||||
return 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue