mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-06 13:51:36 +00:00
be clearer about who we're comparing time with
This commit is contained in:
@@ -755,7 +755,7 @@ def doGAMVersion(checkForArgs=True):
|
|||||||
print(MESSAGE_UPDATE_GAM_TO_64BIT)
|
print(MESSAGE_UPDATE_GAM_TO_64BIT)
|
||||||
if timeOffset:
|
if timeOffset:
|
||||||
offset, nicetime = getLocalGoogleTimeOffset(testLocation)
|
offset, nicetime = getLocalGoogleTimeOffset(testLocation)
|
||||||
print(MESSAGE_YOUR_SYSTEM_TIME_DIFFERS_FROM_GOOGLE_BY % nicetime)
|
print(MESSAGE_YOUR_SYSTEM_TIME_DIFFERS_FROM_GOOGLE_BY % (testLocation, nicetime))
|
||||||
if offset > MAX_LOCAL_GOOGLE_TIME_OFFSET:
|
if offset > MAX_LOCAL_GOOGLE_TIME_OFFSET:
|
||||||
controlflow.system_error_exit(4, 'Please fix your system time.')
|
controlflow.system_error_exit(4, 'Please fix your system time.')
|
||||||
if force_check:
|
if force_check:
|
||||||
|
|||||||
@@ -954,7 +954,7 @@ MESSAGE_RESULTS_TOO_LARGE_FOR_GOOGLE_SPREADSHEET = 'Results are too large for Go
|
|||||||
MESSAGE_SERVICE_NOT_APPLICABLE = 'Service not applicable for this address: {0}. Please make sure service is enabled for user and run\n\ngam user <user> check serviceaccount\n\nfor further instructions'
|
MESSAGE_SERVICE_NOT_APPLICABLE = 'Service not applicable for this address: {0}. Please make sure service is enabled for user and run\n\ngam user <user> check serviceaccount\n\nfor further instructions'
|
||||||
MESSAGE_INSTRUCTIONS_OAUTH2SERVICE_JSON = 'Please run\n\ngam create project\ngam user <user> check serviceaccount\n\nto create and configure a service account.'
|
MESSAGE_INSTRUCTIONS_OAUTH2SERVICE_JSON = 'Please run\n\ngam create project\ngam user <user> check serviceaccount\n\nto create and configure a service account.'
|
||||||
MESSAGE_UPDATE_GAM_TO_64BIT = "You're running a 32-bit version of GAM on a 64-bit version of Windows, upgrade to a windows-x86_64 version of GAM"
|
MESSAGE_UPDATE_GAM_TO_64BIT = "You're running a 32-bit version of GAM on a 64-bit version of Windows, upgrade to a windows-x86_64 version of GAM"
|
||||||
MESSAGE_YOUR_SYSTEM_TIME_DIFFERS_FROM_GOOGLE_BY = 'Your system time differs from Google by %s'
|
MESSAGE_YOUR_SYSTEM_TIME_DIFFERS_FROM_GOOGLE_BY = 'Your system time differs from %s by %s'
|
||||||
|
|
||||||
USER_ADDRESS_TYPES = ['home', 'work', 'other']
|
USER_ADDRESS_TYPES = ['home', 'work', 'other']
|
||||||
USER_EMAIL_TYPES = ['home', 'work', 'other']
|
USER_EMAIL_TYPES = ['home', 'work', 'other']
|
||||||
|
|||||||
Reference in New Issue
Block a user