mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-10-31 02:32:45 +00:00 
			
		
		
		
	Renaming: opaque->nopaque
This commit is contained in:
		| @@ -45,7 +45,7 @@ def service(service): | ||||
|         db.session.commit() | ||||
|         relative_dir = os.path.join(str(job.user_id), 'jobs', str(job.id)) | ||||
|         absolut_dir = os.path.join( | ||||
|             current_app.config['OPAQUE_STORAGE_DIRECTORY'], relative_dir) | ||||
|             current_app.config['NOPAQUE_STORAGE'], relative_dir) | ||||
|         try: | ||||
|             os.makedirs(absolut_dir) | ||||
|         except OSError: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user