Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit 081cb1c

Browse files
committed
Drop files from .gitignore
1 parent bac88a6 commit 081cb1c

File tree

9 files changed

+1
-2
lines changed

9 files changed

+1
-2
lines changed

Converter.bat

Lines changed: 0 additions & 1 deletion
This file was deleted.

__pycache__/main.cpython-310.pyc

-1.44 KB
Binary file not shown.
-4.44 KB
Binary file not shown.
-7.61 KB
Binary file not shown.
-993 Bytes
Binary file not shown.
-13.2 KB
Binary file not shown.
-1.3 KB
Binary file not shown.
-2.46 KB
Binary file not shown.

old_uniform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def remove_finished(self):
145145
self.loading(True)
146146

147147
def checkSpicetify(self):
148-
#check resources folder
148+
#check resources folder for existence
149149
folder_path = os.path.join(os.path.join( os.path.expanduser('~'), 'AppData','Roaming'), 'spicetify')
150150
if os.path.exists(folder_path) and os.path.isdir(folder_path):
151151
self.data_label.setText("Data OK")

0 commit comments

Comments
 (0)