Skip to content

Commit

Permalink
Debuginfo hints
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Nov 7, 2020
1 parent 3f16c99 commit e9f709c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dsmr_backend/management/commands/dsmr_debuginfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def _table_record_count(self, table_name):

def _print_start(self):
self.stdout.write()
self.stdout.write('<--- COPY OUTPUT AFTER THIS LINE (DO NOT INCLUDE IT) AND PASTE IN YOUR GITHUB ISSUE --->')
self.stdout.write('<--- COPY OUTPUT BELOW (DO NOT INCLUDE THIS LINE) --->')
self.stdout.write()
self.stdout.write()
self.stdout.write('```')
Expand All @@ -184,5 +184,5 @@ def _print_end(self):
self.stdout.write()
self.stdout.write('```')
self.stdout.write()
self.stdout.write('<--- COPY OUTPUT UNTIL (BUT DO NOT INCLUDE) THIS LINE AND PASTE IN YOUR GITHUB ISSUE --->')
self.stdout.write('<--- COPY OUTPUT ABOVE (DO NOT INCLUDE THIS LINE) --->')
self.stdout.write()

0 comments on commit e9f709c

Please sign in to comment.