Skip to content

Commit

Permalink
[Programme Novembre 2023] Complément de tirage pour les nouveaux arri…
Browse files Browse the repository at this point in the history
…vants + revert d'une erreur de commit
  • Loading branch information
thomson35 committed Sep 12, 2023
1 parent 8503d47 commit 27fca61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymusco/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def __init__(self, image_file_paths, toc, title, stamp_descs=[], page_info_line_
current_track_num_pages = toc.get_tracks_last_page_index(current_tracks, len(self.image_file_paths)) - toc.get_tracks_first_page_index(current_tracks) + 1
self.page_to_section[page_index] = '/'.join([track.id for track in current_tracks])

# self.page_footers[page_index] = r'%s on %s - page %d/%d : %s - page %d/%d' % (self.title, date_as_string, page_index, len(self.image_file_paths), '/'.join([track.id for track in current_tracks]), current_track_page_number, current_track_num_pages)
self.page_footers[page_index] = r'%s on %s - page %d/%d : %s - page %d/%d' % (self.title, date_as_string, page_index, len(self.image_file_paths), '/'.join([track.id for track in current_tracks]), current_track_page_number, current_track_num_pages)

current_track_page_number += 1

Expand Down

0 comments on commit 27fca61

Please sign in to comment.