Skip to content

Commit

Permalink
Comment out function that handles vmtouch cwd caching
Browse files Browse the repository at this point in the history
  • Loading branch information
axtloss authored and mirkobrombin committed Aug 18, 2022
1 parent 952516b commit 572556b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bottles/backend/wine/winecommand.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,8 +522,8 @@ def vmtouch_preload(self):
else:
self.vmtouch_files = "'"+self.command.split(" ")[-1]+"'"

if self.config["Parameters"].get("vmtouch_cache_cwd"):
self.vmtouch_files = "'"+self.vmtouch_files+"' '"+self.cwd+"/'"
#if self.config["Parameters"].get("vmtouch_cache_cwd"):
# self.vmtouch_files = "'"+self.vmtouch_files+"' '"+self.cwd+"/'" Commented out as fix for #1941
self.command = vmtouch_available+" "+vmtouch_flags+" "+vmtouch_file_size+" "+self.vmtouch_files+" && "+self.command

def vmtouch_free(self):
Expand Down

0 comments on commit 572556b

Please sign in to comment.