Skip to content
Snippets Groups Projects
Commit aad96d25 authored by Tim Adye's avatar Tim Adye
Browse files

Reorder dcube.py search for DCubeApp.py so looks in same directory first (previous default)

Former-commit-id: 7aaa1f78
parent f9920bb5
No related branches found
No related tags found
8 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!28528Revert 63f845ae,!27054Atr20369 210,!26342Monopole: Handle fractionally charged particles
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration # Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
import sys, os import sys, os
try: from DCubeClient.DCubeApp import DCubeApp try: from DCubeApp import DCubeApp
except: from DCubeApp import DCubeApp except: from DCubeClient.DCubeApp import DCubeApp
if __name__ == "__main__": if __name__ == "__main__":
## to run ROOT in batch mode ## to run ROOT in batch mode
sys.argv.append("-b") sys.argv.append("-b")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment