Skip to content

Commit

Permalink
fix bad resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
cmadjar committed Mar 18, 2024
1 parent cc48607 commit 11169f9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/lib/eeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -1147,10 +1147,6 @@ def create_and_insert_event_archive(self, files_to_archive, archive_rel_name, ee
blake2 = utilities.compute_blake2b_hash(archive_full_path)
physiological_event_archive_obj.insert(eeg_file_id, blake2, archive_rel_name)

# insert the archive into the physiological_annotation_archive table
blake2 = utilities.compute_blake2b_hash(archive_full_path)
physiological_annotation_archive_obj.insert(eeg_file_id, blake2, archive_rel_name)

def create_archive(self, files_to_archive, archive_rel_name):
# create the archive file
package_path = self.config_db_obj.get_config("prePackagedDownloadPath")
Expand Down

0 comments on commit 11169f9

Please sign in to comment.