mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-01-02 23:53:08 +00:00
Remove a script file I used for the calculator needle thing
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
87ad2fb63e
commit
3cb6b5899a
@ -1,11 +0,0 @@
|
||||
#!/bin/python
|
||||
|
||||
import glob
|
||||
import shutil
|
||||
|
||||
for fn in glob.glob("calc_button*.json"):
|
||||
basename = fn.split(".")[0]
|
||||
newjson = f"{basename}-flatpak-20220808.json"
|
||||
newpng = f"{basename}-flatpak-20220808.png"
|
||||
shutil.copy2(fn, newjson)
|
||||
shutil.copy2("/tmp/old.png", newpng)
|
Loading…
Reference in New Issue
Block a user