Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Jun 6, 2024
1 parent 1df0e8d commit a4cea8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyflask/manageNeuroconv/manage_neuroconv.py
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ def update_conversion_progress(message):
)

# Add GUIDE watermark
package_json_file_path = resource_path("../package.json" if is_packaged() else "../package.json")
package_json_file_path = resource_path("package.json" if is_packaged() else "../package.json")
with open(file=package_json_file_path) as fp:
package_json = json.load(fp=fp)
app_version = package_json["version"]
Expand Down

0 comments on commit a4cea8e

Please sign in to comment.