mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-03-06 14:27:48 +00:00
Moved away the creation of .sync folder
This commit is contained in:
parent
bf2fa76c27
commit
04919fdf7f
|
@ -3,9 +3,6 @@ import shutil
|
|||
import re
|
||||
|
||||
def resetfun(rdhome):
|
||||
if not os.path.exists(rdhome+"/.sync/"):
|
||||
os.makedirs(rdhome+"/.sync/")
|
||||
|
||||
os.system("/app/bin/zypak-wrapper /app/srm/steam-rom-manager list")
|
||||
srm_path=os.path.expanduser("~/.var/app/net.retrodeck.retrodeck/config/steam-rom-manager/userData/userConfigurations.json")
|
||||
if not os.path.isfile(srm_path):
|
||||
|
|
Loading…
Reference in a new issue