Skip to content

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Jan 24, 2024
1 parent 82fb5a6 commit 820e3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podaac/tig/tig.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ def process_variable(self,
group_string = group.strip('/').replace('/', '.').replace(" ", "_")
file_name = '.'.join(x for x in [granule_id, group_string, variable, image_format] if x)
output_location = "{}/{}".format(self.output_dir, file_name)

# Create the output directory if it doesn't exist
os.makedirs(self.output_dir, exist_ok=True)

Expand Down

0 comments on commit 820e3ae

Please sign in to comment.