Skip to content

Commit

Permalink
lof fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stg-annon authored Feb 26, 2024
1 parent fbeb9bd commit c161947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/renamerOnUpdate/renamerOnUpdate.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
try:
import config
except Exception:
log.LogWarning("Could not import ROU config file, did you rename the template file to 'config.py'? Defaulting to template config file",file=sys.stderr)
log.LogWarning("Could not import ROU config file, did you rename the template file to 'config.py'? Defaulting to template config file")
import renamerOnUpdate_config as config


Expand Down

0 comments on commit c161947

Please sign in to comment.