Skip to content

Commit

Permalink
Merge pull request #9 from redmoogle/patch-1
Browse files Browse the repository at this point in the history
Fixes workshop uploading(partially)
  • Loading branch information
f0rkz authored Sep 4, 2021
2 parents a6883a4 + f65c10f commit e206b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pysteamcmd/steamcmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def upload_workshopfiles(self, user, password, workshop_vdf_path=None, workshop_
vdf_data = self._parse_vdf_text(vdf_data=workshop_vdf)

with open("{install_path}/workshop.vdf".format(install_path=self.install_path), "w") as vdf_file:
vdf.dumps(vdf_data, vdf_file)
vdf.dump(vdf_data, vdf_file)

# Upload the workshop files
steamcmd_params = (
Expand Down

0 comments on commit e206b67

Please sign in to comment.