Skip to content

Commit

Permalink
Aw beans
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu committed Apr 13, 2023
1 parent 10ff137 commit c5e9055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hipscat_import/catalog/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def __init__(
self.filter_function = (
filter_function if filter_function else passthrough_filter_function
)
self.file_reader = file_reader
self.file_reader = file_reader

self._tmp_dir = file_io.get_file_pointer_from_path(tmp_dir)
self.progress_bar = progress_bar
Expand Down

0 comments on commit c5e9055

Please sign in to comment.