Submitter | phabricator |
---|---|
Date | April 14, 2021, 11:41 p.m. |
Message ID | <differential-rev-PHID-DREV-zkw224vyebnrky6gazif-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/48740/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/profiling.py b/mercurial/profiling.py --- a/mercurial/profiling.py +++ b/mercurial/profiling.py @@ -228,7 +228,7 @@ if self._output == b'blackbox': self._fp = util.stringio() elif self._output: - path = self._ui.expandpath(self._output) + path = util.expandpath(self._output) self._fp = open(path, b'wb') elif pycompat.iswindows: # parse escape sequence by win32print()