Skip to content

Commit

Permalink
Add root folder for direct deployer
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrilRBS committed Apr 5, 2023
1 parent b4721d3 commit 558c243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conan/internal/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def direct_deploy(graph, output_folder):
import os
import shutil

output_folder = os.path.join(output_folder, "direct_deploy")
conanfile = graph.root.conanfile
conanfile.output.info(f"Conan built-in pkg deployer to {output_folder}")
# If the argument is --requires, the current conanfile is a virtual one with 1 single
Expand Down

0 comments on commit 558c243

Please sign in to comment.