You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2019/02/08 21:13:38 UTC

[GitHub] falcon78921 commented on issue #3166: scripts/network/exdhcp: cleaned up code in dhcpd_edithosts.py

falcon78921 commented on issue #3166: scripts/network/exdhcp: cleaned up code in dhcpd_edithosts.py
URL: https://github.com/apache/cloudstack/pull/3166#issuecomment-461948817
 
 
   @DaanHoogland Yeah, I used ``str.format()``, which is becoming a more widespread and recommended way to format strings in Python3 (replacing the ``%`` operator). I saw that ``os.path`` is also used. ``pathlib`` is becoming a better alternative for file manipulations as well (replacing ``os.path``). If there's anything I'm missing, please let me know and I'll fix. :) 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services