Skip to content

Commit

Permalink
fix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KB-perByte committed Mar 5, 2024
1 parent 61fb433 commit 59557f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/cliconf/junos.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def rollback(self, rollback_id, commit=True):
return resp

@configure
def restore(self, filename=None, path="", force=None):
def restore(self, filename=None, path=""):
if not filename:
raise ValueError("'file_name' value is required for restore")
cmd = f"load override {path}{filename}"
Expand Down

0 comments on commit 59557f7

Please sign in to comment.