Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ccbogel authored May 17, 2022
1 parent b8c180f commit d399910
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions qualcoder/report_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,6 @@ def export_file(self):
filepath = export_dir.filepath
if filepath is None:
return

print("FP", filepath)

quote_option = csv.QUOTE_MINIMAL
if self.ui.checkBox_quote.isChecked():
quote_option = csv.QUOTE_ALL
Expand Down

0 comments on commit d399910

Please sign in to comment.