Fred Rivollier
Results
2
issues of
Fred Rivollier
In Python3 there is a know issue when writing line with csv lib. https://stackoverflow.com/questions/3348460/csv-file-written-with-python-has-blank-lines-between-each-row I added newline ='' to the file open function to solve this. Line 92 open(csv_file_path, 'w+',newline...
information
### Mage version v0.9.76 ### Describe the bug ## Description The Pipeline Run page does not maintain the selected filter after deleting a run. When a user attempts to delete...
bug