Skip to content

Commit

Permalink
Force render for d.redraw
Browse files Browse the repository at this point in the history
  • Loading branch information
HuidaeCho committed May 21, 2024
1 parent 043d399 commit 3edba7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion display/d.mon/render_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def read_stdin(cmd):
mapfile += ".ppm"
# to force rendering by wx monitors, but don't create a map file for
# non-rendering modules
if cmd[0] not in ("d.redraw",) + non_rendering_modules:
if cmd[0] not in non_rendering_modules:
Path(mapfile).touch()
else:
mapfile = None
Expand Down

0 comments on commit 3edba7b

Please sign in to comment.