mirror of
https://github.com/Emersont1/itchio.git
synced 2026-03-11 08:54:39 +00:00
autopep8 action fixes (#45)
Co-authored-by: Emersont1 <Emersont1@users.noreply.github.com>
This commit is contained in:
parent
1a9cf0f338
commit
2b2de8f9df
1 changed files with 2 additions and 1 deletions
|
|
@ -52,7 +52,8 @@ class Game:
|
|||
print(f"Skipping {self.name} for platform {d['traits']}")
|
||||
continue
|
||||
|
||||
file = itchiodl.utils.clean_path(d['filename'] or d['display_name'] or d['id'])
|
||||
file = itchiodl.utils.clean_path(
|
||||
d['filename'] or d['display_name'] or d['id'])
|
||||
path = f"{self.publisher_slug}/{self.game_slug}"
|
||||
if os.path.exists(f"{path}/{file}"):
|
||||
print(f"Skipping {path}/{file}")
|
||||
|
|
|
|||
Loading…
Reference in a new issue