Skip to content

Commit

Permalink
fix for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Apr 28, 2023
1 parent 8e950b6 commit c759817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plone/recipe/zeoserver/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def install_scripts(self):
self.install_win32_scripts()

def install_win32_scripts(self):
path = self.ws_locations + self.module_paths
path = list(self.ws_locations) + self.module_paths
location = self.options["location"]

arguments = {
Expand Down

0 comments on commit c759817

Please sign in to comment.