20032: Fix unnecessary race in test.
[arvados.git] / apps / workbench / config / initializers / mime_types.rb
index 0e7b1c798106854c7786ee3832f33ddb06df0847..69781a1bee0b1c376e3857684fb94b6b49bda25b 100644 (file)
@@ -17,6 +17,7 @@ include MIME
   %w(go),
   %w(r),
   %w(sam),
+  %w(python py),
 ].each do |suffixes|
   if (MIME::Types.type_for(suffixes[0]).first.nil?)
     MIME::Types.add(MIME::Type.new(["application/#{suffixes[0]}", suffixes]))