mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
edit _gen/cloc.bat
This commit is contained in:
parent
a73a944c14
commit
482bc84a86
|
|
@ -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
|
||||
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue