Leo 6.1-devel, devel branchPython 3.7.3, PyQt version 5.9.6Windows 10 AMD64 (build 10.0.17763) SP0Leo 6.1-devel, devel branch, build 3427d658812019-08-02 14:48:24 -0500Python 3.7.4, PyQt version 5.13.0darwinLeo 6.1-devel, devel branch, build 3427d65881
Leo 6.1-devel, devel branch, build 3427d65881
Neon Linux based on Ubuntu 18.04
Chris
--
You received this message because you are subscribed to the Google Groups "leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email to leo-editor+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/d3cd9ca6-99a5-4a22-8a2a-93db2fda35a7%40googlegroups.com.
Leo 6.1-devel, devel branch, build 3427d65881
2019-08-02 14:48:24 -0500
Python 3.6.3, PyQt version 5.8.0
Windows 10 AMD64 (build 10.0.17134) SP0
branch, junk_commit = g.gitInfo()
author, commit, date = g.getGitVersion()
# Compute g.app.signon.
signon = ['Leo %s' % leoVer]
if branch:
signon.append(', %s branch' % branch)
if commit:
signon.append(', build '+ commit)
if date:
signon.append('\n' + date)
app.signon = ''.join(signon)git log -n 1 --date=isoSorry, but I don't know what 'cwd' means
That helps to understand. However, I *am* launching from the main directory which contains the .git folder.I open an Anaconda Powershell prompt in the main Leo directory and invoke python launchLeo.py. Isn't that then the cwd?
Leo Log WindowLeo 6.1-devel, devel branchPython 3.7.3, PyQt version 5.9.6Windows 10 AMD64 (build 10.0.17763) SP0current dir: D:/Synced/github repos/leoload dir: D:/Synced/github repos/leo/leo/coreAlso, I should add the Leo log window's next line shows the current directory as where launchLeo.py and the .git folder reside. Is that the same thing as cwd?
current dir: D:/Synced/github repos/leoload dir: D:/Synced/github repos/leo/leo/core
It's not missing, it's just named 'leo', not 'leo-editor'. Should that matter?
Leo Log WindowLeo 6.1-devel, devel branchPython 3.7.3, PyQt version 5.9.6Windows 10 AMD64 (build 10.0.18362) SP0current dir: E:/GitHub Repos/leo-editorload dir: E:/GitHub Repos/leo-editor/leo/coreglobal config dir: E:/GitHub Repos/leo-editor/leo/confighome dir: C:/Users/Keeneyreading settings in E:/GitHub Repos/leo-editor/leo/config/leoSettings.leo
It's a mystery! Just to verify that, I created a new clone and used the default folder name 'leo-editor'. Still not getting build number and date. Not sure what else to try.
Leo Log WindowLeo 6.1-devel, devel branchPython 3.7.3, PyQt version 5.9.6Windows 10 AMD64 (build 10.0.18362) SP0current dir: E:/github/leo-editorload dir: E:/github/leo-editor/leo/coreLeo Log WindowLeo 6.1-devel, devel branch, build 4454b877e52019-08-03 18:24:33 -0500Python 3.7.3, PyQt version 5.9.6Windows 10 AMD64 (build 10.0.18362) SP0current dir: E:/github/leo-editor