Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slacrherbst committed Sep 2, 2023
1 parent 81be71c commit 5cf39d4
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/rogue/hardware/pgp/Info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@
* Description:
* Wrapper for PgpInfo structure
* ----------------------------------------------------------------------------
* This file is part of the rogue software platform. It is subject to
* the license terms in the LICENSE.txt file found in the top-level directory
* of this distribution and at:
* https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html.
* No part of the rogue software platform, including this file, may be
* copied, modified, propagated, or distributed except according to the terms
* This file is part of the rogue software platform. It is subject to
* the license terms in the LICENSE.txt file found in the top-level directory
* of this distribution and at:
* https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html.
* No part of the rogue software platform, including this file, may be
* copied, modified, propagated, or distributed except according to the terms
* contained in the LICENSE.txt file.
* ----------------------------------------------------------------------------
**/

#include <string>
#include <rogue/hardware/pgp/Info.h>
#include <memory>

Expand Down Expand Up @@ -54,7 +55,7 @@ void rhp::Info::setup_python() {
.def_readonly("promPrgEn", &rhp::Info::promPrgEn)
.def_readonly("evrSupport", &rhp::Info::evrSupport)
.def("buildString", &rhp::Info::buildString)
;
;
#endif
}

0 comments on commit 5cf39d4

Please sign in to comment.