Skip to content

Commit

Permalink
bugfix: always sort the order of folder correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Aypac committed Apr 11, 2018
1 parent 803ae50 commit 015ab2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycqed/analysis/analysis_toolbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ def get_timestamps_in_range(timestamp_start, timestamp_end=None,
timestamps.reverse()
all_timestamps += timestamps
# Ensures the order of the timestamps is ascending
all_timestamps.reverse()
all_timestamps.sort()
return all_timestamps


Expand Down

0 comments on commit 015ab2e

Please sign in to comment.