Browse Source

fixed accidental write to wrong log file

Andreas Kopmann 6 years ago
parent
commit
df837f9778
2 changed files with 4 additions and 3 deletions
  1. 2 2
      etc/config_ufo_kit_edu.py
  2. 2 1
      scopus_get_publications.py

+ 2 - 2
etc/config_ufo_kit_edu.py

@@ -76,7 +76,7 @@ thomasVandekamp = "46761453500"
 michaelHeethoff = "55979397800"
 sebastianSchmelzle = "34768986100"
 
-# UHD
+# UHD, has been combined with another person in Munich !!!
 philipLoesel = "57190622016"
 
 # Others (e.g. for black list)
@@ -100,7 +100,7 @@ sc_workgroups = [
 {'name':"Electronics",'authors':ufo_eps},
 {'name':"X-ray Imaging",'authors':ufo_ips},
 {'name':"Morphology",'authors':ufo_apps},
-{'name':"Algorithms",'authors':ufo_alg}
+#{'name':"Algorithms",'authors':ufo_alg}
 ]
 """ Definition of the workgroups
     

+ 2 - 1
scopus_get_publications.py

@@ -108,7 +108,8 @@ def update_publications(authids,authname='',scopus_opts = '',max=0):
                     try:
                         catlist = json.loads(cat)
                     except TypeError:
-                        print("No categories upto now")
+			#print("No categories upto now")
+			pass
 
                     if authname not in catlist:
                         catlist += [authname]