mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-10-31 02:32:45 +00:00 
			
		
		
		
	Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development
This commit is contained in:
		| @@ -53,7 +53,6 @@ def service(service_handle): | ||||
|             db.session.commit() | ||||
|         else: | ||||
|             for file in new_job_form.files.data: | ||||
|                 ''' TODO: Use secure filename ''' | ||||
|                 filename = secure_filename(file.filename) | ||||
|                 file.save(os.path.join(dir, filename)) | ||||
|                 job_input = JobInput( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user