src/eric7/Globals/AppInfo.py

branch
eric7
changeset 9221
bf71ee032bb4
parent 9209
b99e7fd55fd3
child 9413
80c06d472826
--- a/src/eric7/Globals/AppInfo.py	Wed Jul 13 11:16:20 2022 +0200
+++ b/src/eric7/Globals/AppInfo.py	Wed Jul 13 14:55:47 2022 +0200
@@ -13,7 +13,7 @@
 def makeAppInfo(argv, name, arg, description, options=None):
     """
     Module function to generate a dictionary describing the application.
-    
+
     @param argv list of commandline parameters (list of strings)
     @param name name of the application (string)
     @param arg commandline arguments (string)
@@ -30,5 +30,5 @@
         "name": name,
         "description": description,
         "version": Version,
-        "options": [] if options is None else options[:]
+        "options": [] if options is None else options[:],
     }

eric ide

mercurial