We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2735e26 commit 6697417Copy full SHA for 6697417
GSASII/GSASIIpath.py
@@ -349,7 +349,8 @@ def getG2VersionInfo():
349
elif len(rc) > 0:
350
return f" GSAS-II: {gversion} posted {ctim} (\u2265{len(rc)} new updates) [{commit.hexsha[:8]}]{msg}"
351
else:
352
- return f" GSAS-II: {gversion} posted {ctim} (no new updates) [{commit.hexsha[:8]}]{msg}"
+# return f" GSAS-II: {gversion} posted {ctim} (no new updates) [{commit.hexsha[:8]}]{msg}"
353
+ return f" GSAS-II: {gversion} posted {ctim} [{commit.hexsha[:8]}]{msg}"
354
elif gv is not None:
355
vt = ''
356
cvt = ''
0 commit comments