Skip to content

Commit

Permalink
minor comment tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
adhilto committed Jan 14, 2025
1 parent 22c4a03 commit dce09fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scubagoggles/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class UserConfig:
# FWIW, this was originally implemented using TOML (Tom's Obvious Minimal
# Language) (hence the reference to "_doc"), but was converted to use YAML
# for compatibilty with the other user configuration. For ScubaGoggles,
# the configuration file is named stored at ~/.scubagoggles/scubadefaults.yaml.
# the configuration file is named stored at ~/.scubagoggles/userdefaults.yaml.

_defaults = {'scubagoggles': {'opa_dir': '~/.scubagoggles',
'output_dir': '.'}}
Expand Down

0 comments on commit dce09fc

Please sign in to comment.