Skip to content

Commit

Permalink
comment about the reason for the current petname
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiusens committed Apr 25, 2018
1 parent e366aee commit f170b35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snapcraft/internal/build_providers/_base_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ class BaseProvider:
def __init__(self, *, project, executor, echoer) -> None:
self.project = project
self.echoer = echoer
# Once https://github.com/CanonicalLtd/multipass/issues/220 is
# closed we can prepend snapcraft- again.
self.instance_name = petname.Generate(2, '-')
self.project_dir = shlex.quote(project.info.name)
self._exec = executor
Expand Down

0 comments on commit f170b35

Please sign in to comment.