Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
runtingt committed Apr 9, 2024
1 parent bb7234b commit c7c4734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CombineTools/python/combine/EnhancedCombine.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def run_method(self):
if '--algo' in self.passthru:
algo = self.passthru[self.passthru.index('--algo')+1]
else:
algo == None
algo = None
if self.args.fromfile is not None:
if not os.path.exists(self.args.fromfile):
print("Points file %s does not exist"%self.args.fromfile)
Expand Down

0 comments on commit c7c4734

Please sign in to comment.