edit _gen/cloc.bat

This commit is contained in:
Bastian Schroll 2018-01-07 19:46:37 +01:00
parent a73a944c14
commit 482bc84a86
2 changed files with 3 additions and 3 deletions

View file

@ -10,10 +10,10 @@ echo " German BOS Information Script "
echo " by Bastian Schroll "
echo " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " "
echo.
echo Run count lines of code ...
echo Run 'count lines of code' ...
echo.
cd ..
_bin\win\cloc_1_72\cloc-1.72.exe . --exclude-lang=HTML,JavaScript,CSS --exclude-dir=_docu,_config,_info
_bin\win\cloc_1_72\cloc-1.72.exe . --exclude-lang=XML --exclude-dir=_docu,_config,_info,doxygen.ini --by-file-by-lang
echo.
echo.
pause

View file

@ -33,7 +33,7 @@ class Packet:
logging.debug("create new bwPacket")
self._packet = {"timestamp": time.time()}
else:
logging.debug("create bwPacket")
logging.debug("create bwPacket from string")
self._packet = eval(bwPacket)
def __str__(self):