Skip to content
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.

Bug Report: macros lack executable permissions post release install #102

Open
1 of 2 tasks
bdorney opened this issue May 30, 2018 · 0 comments
Open
1 of 2 tasks

Bug Report: macros lack executable permissions post release install #102

bdorney opened this issue May 30, 2018 · 0 comments

Comments

@bdorney
Copy link
Contributor

bdorney commented May 30, 2018

Brief summary of issue

Following instructions developer or user instructions for setting up a scripts placed under:

$VENV_ROOT/lib/python2.7/site-packages/gempython/gemplotting/macros 

Lack executable permissions. Originally reported by @lmoureaux at here

Types of issue

  • Bug report (report an issue with the code)
  • Feature request (request for change which adds functionality)

Expected Behavior

The following scripts need executable permissions:

% ll venv/slc6/py27_postpkg/lib/python2.7/site-packages/gempython/gemplotting/macros 
total 182K
-rw-r--r--. 1  zh 2.8K May 30 22:20 summary_plots.py
-rw-r--r--. 1  zh  296 May 30 22:20 plot_vfat_summary.py
-rw-r--r--. 1  zh  420 May 30 22:20 plot_vfat_and_channel_Scurve.py
-rw-r--r--. 1  zh 4.2K May 30 22:20 plotTimeSeries.py
-rw-r--r--. 1  zh 1.1K May 30 22:20 plot_scurves_by_thresh.py
-rw-r--r--. 1  zh  20K May 30 22:20 plotSCurveFitResults.py
-rw-r--r--. 1  zh  434 May 30 22:20 plot_noise_vs_trim.py
-rw-r--r--. 1  zh 7.5K May 30 22:20 plot_eff.py
-rw-r--r--. 1  zh  16K May 30 22:20 gemTreeDrawWrapper.py
-rw-r--r--. 1  zh 6.2K May 30 22:20 gemSCurveAnaToolkit.py
-rw-r--r--. 1  zh  22K May 30 22:20 gemPlotter.py
-rw-r--r--. 1  zh  12K May 30 22:20 clusterAnaScurve.py

Current Behavior

Scripts found at:

$VENV_ROOT/lib/python2.7/site-packages/gempython/gemplotting/macros 

lack executable permissions

Steps to Reproduce (for bugs)

  1. Install packages following instructions above.

Context (for feature requests)

After the venv is setup for a batch user or a developer scripts here need to be executable to be called from path independent location

Your Environment

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants