Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi committed Oct 23, 2023
1 parent 17c01dd commit 06f4336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bgcval2/download_from_mass.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def download_from_mass(
paths = get_paths(config_user)
outputFold = folder([paths.ModelFolder_pref, jobID,] )
st = os.stat(outputFold)

# Check permissions on the output folder
i_can_write_this = os.access(outputFold, os.W_OK)
if i_can_write_this:
Expand Down

0 comments on commit 06f4336

Please sign in to comment.