Skip to content

Conversation

@GreatBahram
Copy link
Owner

No description provided.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eine Sorge weniger

args = parser.parse_args()

if len(sys.argv) == 1:
if len(sys.argv) == 1 or not hasattr(args, "op"):
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was a bug 🤷

shutil.copy(resolv_file, tmp_resolv_file)
except FileNotFoundError:
logger.warn(f"Resolv file not found ({resolv_file!s}).")
logger.warning(f"Resolv file not found ({resolv_file!s}).")
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warn has been deprecated!

@GreatBahram GreatBahram merged commit dd3bae0 into main Mar 4, 2025
2 checks passed
@GreatBahram GreatBahram deleted the improvement branch March 4, 2025 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants