Skip to content

Commit

Permalink
[#370] Removed some unnecessary lines in DisplayCAL.freeze module.
Browse files Browse the repository at this point in the history
  • Loading branch information
eoyilmaz committed Sep 27, 2024
1 parent 9d846bf commit b48210c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions DisplayCAL/freeze.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ def sortbyname(a, b):
f"{script}.desktop"
)
if os.path.isfile(desktopfile):
print(f"desktopfile: {desktopfile}")
cfg = ConfigParser()
cfg.read(desktopfile)
script = cfg.get("Desktop Entry", "Exec").split()[0]
Expand Down Expand Up @@ -831,7 +830,6 @@ def build_py2exe():
"data_files": attrs["data_files"],
"zipfile": attrs["zipfile"],
"options": attrs["options"],
# "version_info": attrs["version_info"]
}

print("Running py2exe.freeze!")
Expand Down

0 comments on commit b48210c

Please sign in to comment.