Skip to content

Commit 6697417

Browse files
committed
remove "(no new updates)" from startup - it isn't true & is confusing.
1 parent 2735e26 commit 6697417

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GSASII/GSASIIpath.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,8 @@ def getG2VersionInfo():
349349
elif len(rc) > 0:
350350
return f" GSAS-II: {gversion} posted {ctim} (\u2265{len(rc)} new updates) [{commit.hexsha[:8]}]{msg}"
351351
else:
352-
return f" GSAS-II: {gversion} posted {ctim} (no new updates) [{commit.hexsha[:8]}]{msg}"
352+
# 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}"
353354
elif gv is not None:
354355
vt = ''
355356
cvt = ''

0 commit comments

Comments
 (0)