You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
juniper.device collection and Python libraries version
N/A
Also provide the version of juniper.device collection-->
v1.0.5
OS / Environment
any
Summary
Minor observation: The action plugins typically just link to juniper_junos_common_action.py to have less code duplicates, as the logic is always the same. In case of file_copy this file was not liked, but duplicated instead. This could lead to confusions in the future.
The text was updated successfully, but these errors were encountered:
Issue Type
Module Name
juniper.device.file_copy
juniper.device collection and Python libraries version
N/A
Also provide the version of juniper.device collection-->
OS / Environment
any
Summary
Minor observation: The action plugins typically just link to
juniper_junos_common_action.py
to have less code duplicates, as the logic is always the same. In case offile_copy
this file was not liked, but duplicated instead. This could lead to confusions in the future.The text was updated successfully, but these errors were encountered: