CxFreeze/CxfreezeExecDialog.py

branch
eric7
changeset 147
908186813616
parent 146
32c4e3d4465c
child 149
8f00ab5d72a2
--- a/CxFreeze/CxfreezeExecDialog.py	Sat Dec 23 16:19:01 2023 +0100
+++ b/CxFreeze/CxfreezeExecDialog.py	Tue Oct 29 17:57:03 2024 +0100
@@ -240,8 +240,8 @@
         @type str
         @exception OSError raised if there is an issue writing the package or
             the given source does not exist
-        """
-        # __IGNORE_WARNING_D234r__ __IGNORE_WARNING_D252__
+        """  # noqa: D234r, D252
+
         def src2dst(srcname, base, dst):
             """
             Combines the relativ path of the source (srcname) with the

eric ide

mercurial