Andreas

Results 5 comments of Andreas

I confirm having the same issue on one django application. The proposed fix to define a function value_ on the table class solved my issue too. My solution is slightly...

Hello Jan Pieter, Thanks for taking the time to test the issue report. You tested with "CSV" which works perfectly. The issue only comes up if the export is done...

I can confirm that this is still present in 2020.1 professional. It would be helpful it it gets solved.

Thanks for the hint. I changed the type specification and PyCharm does not anymore complain about a type mismatch. Thanks formigone.

@tobiasfeil You need to change your type specification in you Python code as formigone pointed out. If you refer to the type of a class you need to use the...