Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiju Yamada committed Oct 30, 2024
1 parent ad5799f commit c645130
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/mujinwebstackclient/webstackclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,6 @@ def Restore(self, file, restoreconfig=True, restoremedia=True, restoreapps=True,
'config': 'true' if restoreconfig else 'false',
'apps': 'true' if restoreapps else 'false',
'itl': 'true' if restoreitl else 'false',
'state': 'true' if restorestate else 'false',
'eds': 'true' if restoreeds else 'false',
'iodd': 'true' if restoreiodd else 'false',
}, timeout=timeout)
Expand Down

0 comments on commit c645130

Please # to comment.