Skip to content

Commit

Permalink
new version number -> access rights bug
Browse files Browse the repository at this point in the history
  • Loading branch information
huberrob committed Feb 2, 2021
1 parent 339a26b commit f719d9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 33 deletions.
6 changes: 3 additions & 3 deletions fuji_server/client/ex_evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@
#rdf
#testpids=['https://databank.ora.ox.ac.uk/UniversityCollege/datasets/04156fde-dabb-48fd-baf6-533182f74b5b']
#testpids=['https://data.gov.lv/dati/lv/dataset/maksatnespejas-procesi']
testpids=['http://doi.org/10.17882/42182']*50
testpids=['http://doi.org/10.17882/42182']
#testpids = muchotestpids
#testpids =['https://doi.pangaea.de/10.1594/PANGAEA.810463']*100
testpids =['10.15152/QDB.121']
startpid=''
def effectivehandlers(logger):
handlers = logger.handlers
Expand Down Expand Up @@ -193,7 +193,7 @@ def main():
print('Total re3repositories found from datacite api : {}'.format(len(preproc.getRE3repositories())))
print('Total subjects area of imported metadata standards : {}'.format(len(preproc.metadata_standards)))
start=False
usedatacite = False
usedatacite = True
tracemalloc.start()
for identifier in testpids:

Expand Down
29 changes: 0 additions & 29 deletions fuji_server/config/logging.ini
Original file line number Diff line number Diff line change
@@ -1,29 +0,0 @@
[loggers]
keys=root

[logger_root]
#handlers=file
handlers=file,screen
level=DEBUG

[formatters]
keys=simple

[formatter_simple]
format=%(asctime)s - %(name)s - %(levelname)s - %(message)s
datefmt=

[handlers]
keys=file,screen

[handler_file]
class=FileHandler
formatter=simple
level=DEBUG
args=('%(logfilename)s', 'a', 'utf-8')

[handler_screen]
class=StreamHandler
formatter=simple
level=DEBUG
args=(sys.stdout,)
2 changes: 1 addition & 1 deletion fuji_server/controllers/fair_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class FAIRCheck:
FILES_LIMIT = None
LOG_SUCCESS = 25
VALID_RESOURCE_TYPES = []
FUJI_VERSION = 'v1.0.5b'
FUJI_VERSION = 'v1.0.5c'

def __init__(self, uid, test_debug=False, oaipmh=None, use_datacite=True):
uid_bytes = uid.encode('utf-8')
Expand Down

0 comments on commit f719d9d

Please sign in to comment.