Skip to content

Commit

Permalink
Add reminder to caceh version data
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Jun 26, 2023
1 parent 6214f71 commit c514ce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fileVersionManagement.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def parseRequirementsList(scanPath, requirementsListString):

return None, "No action"


# TODO: also cache version data?
class VersionManager:
localVersionFileName = "installedVersionData.json"
def userDidPartialReinstall(self, gameInstallTimeProbePath):
Expand Down
1 change: 1 addition & 0 deletions travis_build_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ def ignore_filter(folderPath, folderContents):

# Make a copy of the installData.json for offline-mode use
shutil.copy('installData.json', 'cachedInstallData.json')
shutil.copy('versionData.json', 'cachedVersionData.json')

# Make sure the output folder exists
os.makedirs(output_folder, exist_ok=True)
Expand Down

0 comments on commit c514ce6

Please sign in to comment.