chiark / gitweb /
correct a comment
authorMatthew Vernon <mv3@sanger.ac.uk>
Tue, 22 Jun 2021 11:03:09 +0000 (12:03 +0100)
committerMatthew Vernon <mv3@sanger.ac.uk>
Tue, 22 Jun 2021 11:03:09 +0000 (12:03 +0100)
...it's "loop" that is false to stop looping, not "login".

gooswapper.py

index a9da3680a7b86c095193aa641ef4bb87129d3ecc..b212e6a1914095b4a46dda79eb78557029800de0 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 
-# Copyright (C) 2018 Genome Research Limited
+# Copyright (C) 2018,2021 Genome Research Limited
 #
 # Author: Matthew Vernon <mv3@sanger.ac.uk>
 #
@@ -473,7 +473,7 @@ def main():
     gcal_account = gcal_login(args)
     gcal_tz = get_gcal_timezone(gcal_account,gcal_id)
 
-    #Main loop (broken at the end if login is false)
+    #Main loop (broken at the end if loop is false)
     while True:
         try:
             with open(cachepath,"rb") as f: