Skip to content

Commit

Permalink
Trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
marianoag authored Apr 7, 2024
1 parent c5e135f commit 0745e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamefixes-steam/1873170.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def main():
zip_ref.extractall(install_dir)
nwjs = os.path.join(install_dir, nwjs.rsplit('.', 1)[0])
shutil.copytree(nwjs, install_dir, dirs_exist_ok=True)
shutil.rmtree(nwjs)
shutil.rmtree(nwjs)
else:
log(f"{nwjs} checksum doesn't match, fix not applied.")
subprocess.call([f"sed -i 's/\"frame\": true/\"frame\": false/' \"{install_dir}/package.json\""], shell=True)

0 comments on commit 0745e61

Please sign in to comment.