Skip to content

Commit

Permalink
fix: bug with sample and can data files always being included in purge.
Browse files Browse the repository at this point in the history
  • Loading branch information
jswift-stfc committed Jun 15, 2022
1 parent 9336ef5 commit 7d725dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gudpy/gui/widgets/core/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -1716,7 +1716,7 @@ def appendDfs(dfs):
for df in sb.dataFiles
]
)
if self.gudrunFile.purgeFile.excludeSampleAndCan:
if not self.gudrunFile.purgeFile.excludeSampleAndCan:
appendDfs(
[
df
Expand Down

0 comments on commit 7d725dc

Please sign in to comment.