HiveMinds / HiveMinds/tw-install
Determine why the gCal file instead of gCal folder is created.
- Dominant language
- Shell
- Stars
- 20
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
##Problem##
In order to clone the gCal sync process to folder /home/<linux username>/maintenance/gCal/, the gCal folder must be created, howerver, a file called gCal is created with the content of the customLocalServer.py.
##Prediction##
Probably because changing a hardCoded name to a variable name returned a null value instead of a correct value, which reduced the target path to end in gCal instead of gCal/customLocalServer.py. That would mean the copy of customLocalServer.py would be renamed to a file named gCal.
##Prediction analysis##
However, a thought and a combination of thought and observation contradict this prediction:
- I think the
customLocalServer.pywas not hardCoded in the first place, and I think that has been the only change since this problem has arisen. - I think the
customLocalServer.pyis only exported/copied once (unless it is moved afterwards from maintenance tomaintenance/gCal/taskw_gcal_syncto allow an emptygCalfolder for cloning the repo), that would mean that the exporting ofcustomLocalServer.pyfailed but it has not failed, the file is exported correctly.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.