Skip to content

Commit

Permalink
Minor syntax change for review.
Browse files Browse the repository at this point in the history
  • Loading branch information
cwwalter committed Jul 15, 2018
1 parent 93351b6 commit 4b674d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/desc/imsim/ImageSimulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def _make_gs_interpreters(self, seed, sensor_list, file_id):
self.phot_params,
self.obs_md)

if self.create_centroid_file is True:
if self.create_centroid_file:
self.gs_interpreters[det_name].centroid_base_name = \
os.path.join(self.outdir,
self.config['persistence']['centroid_prefix'])
Expand Down

0 comments on commit 4b674d3

Please sign in to comment.